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 ofGeometry
s. -
-
Uses of PointLocator in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as PointLocator Modifier and Type Field Description private PointLocator
GeometryGraph. 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 PointLocator
DistanceOp. 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 PointLocator
LineBuilder. ptLocator
private PointLocator
OverlayOp. ptLocator
Constructors 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 PointLocator
FuzzyPointLocator. 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 PointLocator
RelateComputer. ptLocator
-