Uses of Interface
org.locationtech.jts.algorithm.locate.PointOnGeometryLocator
-
Packages that use PointOnGeometryLocator 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 -
-
Uses of PointOnGeometryLocator in org.locationtech.jts.algorithm.locate
Classes in org.locationtech.jts.algorithm.locate that implement PointOnGeometryLocator Modifier and Type Class Description classIndexedPointInAreaLocatorDetermines theLocationofCoordinates relative to an areal geometry, using indexing for efficiency.classSimplePointInAreaLocator -
Uses of PointOnGeometryLocator in org.locationtech.jts.geom.prep
Fields in org.locationtech.jts.geom.prep declared as PointOnGeometryLocator Modifier and Type Field Description private PointOnGeometryLocatorPreparedPolygon. piaprivate PointOnGeometryLocatorPreparedPolygonPredicate. targetPointLocatorMethods in org.locationtech.jts.geom.prep that return PointOnGeometryLocator Modifier and Type Method Description PointOnGeometryLocatorPreparedPolygon. getPointLocator() -
Uses of PointOnGeometryLocator in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as PointOnGeometryLocator Modifier and Type Field Description private PointOnGeometryLocatorGeometryGraph. areaPtLocator -
Uses of PointOnGeometryLocator in org.locationtech.jts.shape.random
Fields in org.locationtech.jts.shape.random declared as PointOnGeometryLocator Modifier and Type Field Description private PointOnGeometryLocatorRandomPointsBuilder. extentLocator
-