public interface GeoDistanceShape extends GeoAreaShape, GeoDistance
| Modifier and Type | Method and Description |
|---|---|
void |
getDistanceBounds(Bounds bounds,
DistanceStyle distanceStyle,
double distanceValue)
Compute a bound based on a provided distance measure.
|
intersectsgetEdgePoints, intersectsgetPlanetModelreadBitSet, readBoolean, readByteArray, readClass, readDouble, readHeterogeneousArray, readHomogeneousArray, readInt, readLong, readObject, readObject, readObject, readObject, readPlanetObject, readPointArray, readPolygonArray, readString, write, writeBitSet, writeBoolean, writeByteArray, writeClass, writeDouble, writeHeterogeneousArray, writeHeterogeneousArray, writeHomogeneousArray, writeHomogeneousArray, writeInt, writeLong, writeObject, writePlanetObject, writePointArray, writePointArray, writePolygonArray, writePolygonArray, writeStringcomputeOutsideDistance, computeOutsideDistanceisWithin, isWithingetRelationshipcomputeDeltaDistance, computeDeltaDistance, computeDistance, computeDistancevoid getDistanceBounds(Bounds bounds, DistanceStyle distanceStyle, double distanceValue)
bounds - is the bounds object to update.distanceStyle - describes the type of distance metric provided.distanceValue - is the distance metric to use. It is presumed that the distance metric
was produced with the same distance style as is provided to this method.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.