CoordinateFilterpublic static class BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter extends java.lang.Object implements CoordinateFilter
| Constructor | Description |
|---|---|
MaxPointDistanceFilter(Geometry geom) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.