public static class BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter extends Object implements CoordinateFilter
| Constructor and Description |
|---|
MaxPointDistanceFilter(Geometry geom) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(Coordinate pt)
Performs an operation with the
coord. |
PointPairDistance |
getMaxPointDistance() |
public MaxPointDistanceFilter(Geometry geom)
public void filter(Coordinate pt)
CoordinateFiltercoord.
There is no guarantee that the coordinate is the actual object stored in the target geometry.filter in interface CoordinateFilterpt - a Coordinate to which the filter is applied.public PointPairDistance getMaxPointDistance()
Copyright © 2019. All rights reserved.