Uses of Package
org.locationtech.jts.geomgraph.index
-
Packages that use org.locationtech.jts.geomgraph.index Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.geomgraph.index Contains classes that implement indexes for performing noding on geometry graph edges. -
Classes in org.locationtech.jts.geomgraph.index used by org.locationtech.jts.geomgraph Class Description 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 org.locationtech.jts.geomgraph.index used by org.locationtech.jts.geomgraph.index Class Description 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