Package org.geotools.graph.network

Builds networks based on linear geometries.

See:
          Description

Class Summary
NetworkBuilder Network builder
NetworkEdge An Edge connects two nodes in the network.
 

Package org.geotools.graph.network Description

Builds networks based on linear geometries.

The Features for a Network are limited to Linear Geometries. Relationships between features are indicated as nodes.

The orgional graph package has been developed using the JUMP Feature API. Its intension is to be able to aid automated skeletonization of water bodies by computing directionality of generated skeletons. The work for the orgiional JUMP based library has been funded by the BC Proventional Government department of BMGS.

This library has been ported to geotools2 as part of the VWFS project sponcered by Geo Innovations. If all goes well this will be included in a future release of geotools2.