Uses of Class
org.locationtech.jts.algorithm.PointLocator
Packages that use PointLocator
Package
Description
Contains classes that implement topology graphs.
Provides classes for computing the distance between geometries
Contains classes that perform a topological overlay to compute boolean spatial functions.
Classes to validate the results of overlay operations.
Contains classes to implement the computation of the spatial relationships of
Geometry
s.-
Uses of PointLocator in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as PointLocator -
Uses of PointLocator in org.locationtech.jts.operation.distance
Fields in org.locationtech.jts.operation.distance declared as PointLocator -
Uses of PointLocator in org.locationtech.jts.operation.overlay
Fields in org.locationtech.jts.operation.overlay declared as PointLocatorModifier and TypeFieldDescriptionprivate PointLocator
LineBuilder.ptLocator
private final PointLocator
OverlayOp.ptLocator
Constructors in org.locationtech.jts.operation.overlay with parameters of type PointLocatorModifierConstructorDescriptionLineBuilder
(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 -
Uses of PointLocator in org.locationtech.jts.operation.relate
Fields in org.locationtech.jts.operation.relate declared as PointLocator