Uses of Class
org.locationtech.jts.geomgraph.index.EdgeSetIntersector
Packages that use EdgeSetIntersector
Package
Description
Contains classes that implement indexes for performing noding on geometry graph edges.
-
Uses of EdgeSetIntersector in org.locationtech.jts.geomgraph.index
Subclasses of EdgeSetIntersector in org.locationtech.jts.geomgraph.indexModifier and TypeClassDescriptionclass
Finds all intersections in one or two sets of edges, using the straightforward method of comparing all segments.class
Finds all intersections in one or two sets of edges, using an x-axis sweepline algorithm in conjunction with Monotone Chains.class
Finds all intersections in one or two sets of edges, using a simple x-axis sweepline algorithm.