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
Fields in org.locationtech.jts.operation.distance declared as GeometryLocation Modifier and Type Field Description private GeometryLocation[]
DistanceOp. minDistanceLocation
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.Methods in org.locationtech.jts.operation.distance with parameters of type GeometryLocation Modifier and Type Method Description private void
DistanceOp. computeContainmentDistance(int polyGeomIndex, GeometryLocation[] locPtPoly)
private void
DistanceOp. computeContainmentDistance(java.util.List locs, java.util.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(java.util.List lines0, java.util.List lines1, GeometryLocation[] locGeom)
private void
DistanceOp. computeMinDistanceLinesPoints(java.util.List lines, java.util.List points, GeometryLocation[] locGeom)
private void
DistanceOp. computeMinDistancePoints(java.util.List points0, java.util.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 GeometryLocation Modifier and Type Field Description private GeometryLocation[]
Distance3DOp. minDistanceLocation
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.Methods in org.locationtech.jts.operation.distance3d with parameters of type GeometryLocation Modifier and Type Method Description private void
Distance3DOp. updateDistance(double dist, GeometryLocation loc0, GeometryLocation loc1, boolean flip)
-