Uses of Package
org.locationtech.jts.geomgraph.index
Packages that use org.locationtech.jts.geomgraph.index
Package
Description
Contains classes that implement topology graphs.
Contains classes that implement indexes for performing noding on geometry graph edges.
-
Classes in org.locationtech.jts.geomgraph.index used by org.locationtech.jts.geomgraphClassDescriptionMonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of intersections.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.indexClassDescriptionAn EdgeSetIntersector computes all the intersections between the edges in the set.MonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of intersections.Computes the intersection of line segments, and adds the intersection to the edges containing the segments.