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 provided
coord. |
PointPairDistance |
getMaxPointDistance() |
public MaxPointDistanceFilter(Geometry geom)
public void filter(Coordinate pt)
CoordinateFiltercoord.
Note that there is no guarantee that the input coordinate
is the actual object stored in the source geometry,
so changes to the coordinate object may not be persistent.filter in interface CoordinateFilterpt - a Coordinate to which the filter is applied.public PointPairDistance getMaxPointDistance()
Copyright © 2024. All rights reserved.