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
Fields in org.locationtech.jts.operation.distance declared as GeometryLocationMethods 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.Methods in org.locationtech.jts.operation.distance with parameters of type GeometryLocationModifier and TypeMethodDescriptionprivate void
DistanceOp.computeContainmentDistance
(int polyGeomIndex, GeometryLocation[] locPtPoly) private void
DistanceOp.computeContainmentDistance
(List locs, List polys, GeometryLocation[] locPtPoly) private void
DistanceOp.computeContainmentDistance
(GeometryLocation ptLoc, Polygon poly, GeometryLocation[] locPtPoly) private void
DistanceOp.computeMinDistance
(LineString line0, LineString line1, GeometryLocation[] locGeom) private void
DistanceOp.computeMinDistance
(LineString line, Point pt, GeometryLocation[] locGeom) private void
DistanceOp.computeMinDistanceLines
(List lines0, List lines1, GeometryLocation[] locGeom) private void
DistanceOp.computeMinDistanceLinesPoints
(List lines, List points, GeometryLocation[] locGeom) private void
DistanceOp.computeMinDistancePoints
(List points0, List points1, GeometryLocation[] locGeom) private void
DistanceOp.updateMinDistance
(GeometryLocation[] locGeom, boolean flip) -
Uses of GeometryLocation in org.locationtech.jts.operation.distance3d
Fields in org.locationtech.jts.operation.distance3d declared as GeometryLocationMethods in org.locationtech.jts.operation.distance3d that return GeometryLocationModifier and TypeMethodDescriptionDistance3DOp.nearestLocations()
Report the locations of the nearest points in the input geometries.Methods in org.locationtech.jts.operation.distance3d with parameters of type GeometryLocationModifier and TypeMethodDescriptionprivate void
Distance3DOp.updateDistance
(double dist, GeometryLocation loc0, GeometryLocation loc1, boolean flip)