Package | Description |
---|---|
org.locationtech.jts.algorithm.locate |
Classes to determine the topological location of points in geometries.
|
org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
org.locationtech.jts.shape.random |
Modifier and Type | Class and Description |
---|---|
class |
IndexedPointInAreaLocator
Determines the
Location of Coordinate s relative to
an areal geometry, using indexing for efficiency. |
class |
SimplePointInAreaLocator
|
Modifier and Type | Field and Description |
---|---|
private PointOnGeometryLocator |
PreparedPolygon.pia |
private PointOnGeometryLocator |
PreparedPolygonPredicate.targetPointLocator |
Modifier and Type | Method and Description |
---|---|
PointOnGeometryLocator |
PreparedPolygon.getPointLocator() |
Modifier and Type | Field and Description |
---|---|
private PointOnGeometryLocator |
GeometryGraph.areaPtLocator |
Modifier and Type | Field and Description |
---|---|
private PointOnGeometryLocator |
RandomPointsBuilder.extentLocator |