public interface GeoDistanceShape extends GeoMembershipShape, GeoDistance
| Modifier and Type | Method and Description |
|---|---|
void |
getDistanceBounds(Bounds bounds,
DistanceStyle distanceStyle,
double distanceValue)
Compute a bound based on a provided distance measure.
|
getBounds, getEdgePoints, intersectscomputeOutsideDistance, computeOutsideDistanceisWithin, isWithincomputeDistance, 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-2016 Apache Software Foundation. All Rights Reserved.