| Package | Description |
|---|---|
| org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| Modifier and Type | Field and Description |
|---|---|
private FastSegmentSetIntersectionFinder |
PreparedLineString.segIntFinder |
private FastSegmentSetIntersectionFinder |
PreparedPolygon.segIntFinder |
| Modifier and Type | Method and Description |
|---|---|
FastSegmentSetIntersectionFinder |
PreparedLineString.getIntersectionFinder() |
FastSegmentSetIntersectionFinder |
PreparedPolygon.getIntersectionFinder()
Gets the indexed intersection finder for this geometry.
|