Uses of Class
org.meteoinfo.jts.geomgraph.index.EdgeSetIntersector
-
Packages that use EdgeSetIntersector Package Description org.meteoinfo.jts.geomgraph.index -
-
Uses of EdgeSetIntersector in org.meteoinfo.jts.geomgraph.index
Subclasses of EdgeSetIntersector in org.meteoinfo.jts.geomgraph.index Modifier and Type Class Description classSimpleEdgeSetIntersectorFinds all intersections in one or two sets of edges, using the straightforward method of comparing all segments.classSimpleMCSweepLineIntersectorFinds all intersections in one or two sets of edges, using an x-axis sweepline algorithm in conjunction with Monotone Chains.classSimpleSweepLineIntersectorFinds all intersections in one or two sets of edges, using a simple x-axis sweepline algorithm.
-