Uses of Class
org.locationtech.jts.operation.distance.GeometryLocation
-
Packages that use GeometryLocation Package Description org.locationtech.jts.operation.distance Provides classes for computing the distance between geometriesorg.locationtech.jts.operation.distance3d -
-
Uses of GeometryLocation in org.locationtech.jts.operation.distance
Methods in org.locationtech.jts.operation.distance that return GeometryLocation Modifier and Type Method Description GeometryLocation[]DistanceOp. closestLocations()Deprecated.renamed to nearestLocationsGeometryLocation[]DistanceOp. nearestLocations()Report the locations of the nearest points in the input geometries.GeometryLocation[]FacetSequence. nearestLocations(FacetSequence facetSeq)Computes the locations of the nearest points between this sequence and another sequence.GeometryLocation[]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 GeometryLocation Modifier and Type Method Description GeometryLocation[]Distance3DOp. nearestLocations()Report the locations of the nearest points in the input geometries.
-