Uses of Package
com.vividsolutions.jts.geomgraph.index

Packages that use com.vividsolutions.jts.geomgraph.index
com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs. 
com.vividsolutions.jts.geomgraph.index Contains classes that implement indexes for performing noding on geometry graph edges. 
 

Classes in com.vividsolutions.jts.geomgraph.index used by com.vividsolutions.jts.geomgraph
MonotoneChainEdge
          MonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of intersections.
SegmentIntersector
          Computes the intersection of line segments, and adds the intersection to the edges containing the segments.
 

Classes in com.vividsolutions.jts.geomgraph.index used by com.vividsolutions.jts.geomgraph.index
EdgeSetIntersector
          An EdgeSetIntersector computes all the intersections between the edges in the set.
MonotoneChain
           
MonotoneChainEdge
          MonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of intersections.
SegmentIntersector
          Computes the intersection of line segments, and adds the intersection to the edges containing the segments.
SweepLineEvent
           
SweepLineSegment
           
 



Copyright © 2012. All Rights Reserved.