Package | Description |
---|---|
org.locationtech.jts.operation.distance |
Provides classes for computing the distance between geometries
|
org.locationtech.jts.operation.distance3d |
Modifier and Type | Field and Description |
---|---|
private GeometryLocation[] |
DistanceOp.minDistanceLocation |
Modifier and Type | Method and Description |
---|---|
GeometryLocation[] |
DistanceOp.closestLocations()
Deprecated.
renamed to nearestLocations
|
GeometryLocation[] |
DistanceOp.nearestLocations()
Report the locations of the nearest points in the input geometries.
|
Modifier and Type | Method and Description |
---|---|
private void |
DistanceOp.computeContainmentDistance(GeometryLocation ptLoc,
Polygon poly,
GeometryLocation[] locPtPoly) |
private void |
DistanceOp.computeContainmentDistance(GeometryLocation ptLoc,
Polygon poly,
GeometryLocation[] locPtPoly) |
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.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) |
Modifier and Type | Field and Description |
---|---|
private GeometryLocation[] |
Distance3DOp.minDistanceLocation |
Modifier and Type | Method and Description |
---|---|
GeometryLocation[] |
Distance3DOp.nearestLocations()
Report the locations of the nearest points in the input geometries.
|
Modifier and Type | Method and Description |
---|---|
private void |
Distance3DOp.updateDistance(double dist,
GeometryLocation loc0,
GeometryLocation loc1,
boolean flip) |