Package | Description |
---|---|
org.locationtech.jts.operation.distance |
Provides classes for computing the distance between geometries
|
org.locationtech.jts.operation.distance3d |
Modifier and Type | Method | 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 | Description |
---|---|---|
GeometryLocation[] |
Distance3DOp.nearestLocations() |
Report the locations of the nearest points in the input geometries.
|
Copyright © 2018. All rights reserved.