Uses of Class
org.locationtech.jts.noding.FastSegmentSetIntersectionFinder
-
Packages that use FastSegmentSetIntersectionFinder Package Description org.locationtech.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. -
-
Uses of FastSegmentSetIntersectionFinder in org.locationtech.jts.geom.prep
Fields in org.locationtech.jts.geom.prep declared as FastSegmentSetIntersectionFinder Modifier and Type Field Description private FastSegmentSetIntersectionFinder
PreparedLineString. segIntFinder
private FastSegmentSetIntersectionFinder
PreparedPolygon. segIntFinder
Methods in org.locationtech.jts.geom.prep that return FastSegmentSetIntersectionFinder Modifier and Type Method Description FastSegmentSetIntersectionFinder
PreparedLineString. getIntersectionFinder()
FastSegmentSetIntersectionFinder
PreparedPolygon. getIntersectionFinder()
Gets the indexed intersection finder for this geometry.
-