Class BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
java.lang.Object
org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
- All Implemented Interfaces:
CoordinateFilter
- Enclosing class:
- BufferCurveMaximumDistanceFinder
public static class BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
extends Object
implements CoordinateFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
filter
(Coordinate pt) Performs an operation with the providedcoord
.
-
Constructor Details
-
MaxPointDistanceFilter
-
-
Method Details
-
filter
Description copied from interface:CoordinateFilter
Performs an operation with the providedcoord
. 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.- Specified by:
filter
in interfaceCoordinateFilter
- Parameters:
pt
- aCoordinate
to which the filter is applied.
-
getMaxPointDistance
-