Uses of Class
org.locationtech.jts.algorithm.PointLocator
-
Packages that use PointLocator Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.operation.distance Provides classes for computing the distance between geometriesorg.locationtech.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions.org.locationtech.jts.operation.overlay.validate Classes to validate the results of overlay operations.org.locationtech.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometrys. -
-
Uses of PointLocator in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as PointLocator Modifier and Type Field Description private PointLocatorGeometryGraph. ptLocator -
Uses of PointLocator in org.locationtech.jts.operation.distance
Fields in org.locationtech.jts.operation.distance declared as PointLocator Modifier and Type Field Description private PointLocatorDistanceOp. ptLocator -
Uses of PointLocator in org.locationtech.jts.operation.overlay
Fields in org.locationtech.jts.operation.overlay declared as PointLocator Modifier and Type Field Description private PointLocatorLineBuilder. ptLocatorprivate PointLocatorOverlayOp. ptLocatorConstructors in org.locationtech.jts.operation.overlay with parameters of type PointLocator Constructor Description LineBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)PointBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator) -
Uses of PointLocator in org.locationtech.jts.operation.overlay.validate
Fields in org.locationtech.jts.operation.overlay.validate declared as PointLocator Modifier and Type Field Description private PointLocatorFuzzyPointLocator. ptLocator -
Uses of PointLocator in org.locationtech.jts.operation.relate
Fields in org.locationtech.jts.operation.relate declared as PointLocator Modifier and Type Field Description private PointLocatorRelateComputer. ptLocator
-