Builds a graph representing a line network in which edges in the network are
represented by LineString geometries. This implementation is a wrapper around
a LineGraphGenerator which sets underlying edge objects to be LineString
objects, and underlying Node objects to be Point objects. While generating
the graph, the generator uses the visited flag of created components to
determine when to create underying objects. For this reason it is not recomended
to modify the visited flag of any graph components.
See Also: com.vividsolutions.jts.geom.LineString See Also: com.vividsolutions.jts.geom.Point author: Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net