Uses of Class
org.locationtech.jts.operation.distance.GeometryLocation
Packages that use GeometryLocation
Package
Description
Provides classes for computing the distance between geometries
-
Uses of GeometryLocation in org.locationtech.jts.operation.distance
Methods in org.locationtech.jts.operation.distance that return GeometryLocationModifier and TypeMethodDescriptionDistanceOp.closestLocations()
Deprecated.renamed to nearestLocationsDistanceOp.nearestLocations()
Report the locations of the nearest points in the input geometries.FacetSequence.nearestLocations
(FacetSequence facetSeq) Computes the locations of the nearest points between this sequence and another sequence.IndexedFacetDistance.nearestLocations
(Geometry g) Computes the nearest locations on the base geometry and the given geometry. -
Uses of GeometryLocation in org.locationtech.jts.operation.distance3d
Methods in org.locationtech.jts.operation.distance3d that return GeometryLocationModifier and TypeMethodDescriptionDistance3DOp.nearestLocations()
Report the locations of the nearest points in the input geometries.