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 voidDistanceOp.computeContainmentDistance(int polyGeomIndex, GeometryLocation[] locPtPoly) private voidDistanceOp.computeContainmentDistance(List locs, List polys, GeometryLocation[] locPtPoly) private voidDistanceOp.computeContainmentDistance(GeometryLocation ptLoc, Polygon poly, GeometryLocation[] locPtPoly) private voidDistanceOp.computeMinDistance(LineString line0, LineString line1, GeometryLocation[] locGeom) private voidDistanceOp.computeMinDistance(LineString line, Point pt, GeometryLocation[] locGeom) private voidDistanceOp.computeMinDistanceLines(List lines0, List lines1, GeometryLocation[] locGeom) private voidDistanceOp.computeMinDistanceLinesPoints(List lines, List points, GeometryLocation[] locGeom) private voidDistanceOp.computeMinDistancePoints(List points0, List points1, GeometryLocation[] locGeom) private voidDistanceOp.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 voidDistance3DOp.updateDistance(double dist, GeometryLocation loc0, GeometryLocation loc1, boolean flip)