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. minDistanceLocationMethods 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 voidDistanceOp. computeContainmentDistance(int polyGeomIndex, GeometryLocation[] locPtPoly)private voidDistanceOp. computeContainmentDistance(java.util.List locs, java.util.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(java.util.List lines0, java.util.List lines1, GeometryLocation[] locGeom)private voidDistanceOp. computeMinDistanceLinesPoints(java.util.List lines, java.util.List points, GeometryLocation[] locGeom)private voidDistanceOp. computeMinDistancePoints(java.util.List points0, java.util.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 GeometryLocation Modifier and Type Field Description private GeometryLocation[]Distance3DOp. minDistanceLocationMethods 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 voidDistance3DOp. updateDistance(double dist, GeometryLocation loc0, GeometryLocation loc1, boolean flip)
-