Uses of Class
org.locationtech.jts.noding.FastSegmentSetIntersectionFinder
Packages that use FastSegmentSetIntersectionFinder
Package
Description
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 FastSegmentSetIntersectionFinderModifier and TypeFieldDescriptionprivate FastSegmentSetIntersectionFinderPreparedLineString.segIntFinderprivate FastSegmentSetIntersectionFinderPreparedPolygon.segIntFinderMethods in org.locationtech.jts.geom.prep that return FastSegmentSetIntersectionFinderModifier and TypeMethodDescriptionPreparedLineString.getIntersectionFinder()PreparedPolygon.getIntersectionFinder()Gets the indexed intersection finder for this geometry.