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 java.lang.Object implements CoordinateFilter
-
-
Constructor Summary
Constructors Constructor Description MaxPointDistanceFilter(Geometry geom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(Coordinate pt)Performs an operation with thecoord.PointPairDistancegetMaxPointDistance()
-
-
-
Constructor Detail
-
MaxPointDistanceFilter
public MaxPointDistanceFilter(Geometry geom)
-
-
Method Detail
-
filter
public void filter(Coordinate pt)
Description copied from interface:CoordinateFilterPerforms an operation with thecoord. There is no guarantee that the coordinate is the actual object stored in the target geometry.- Specified by:
filterin interfaceCoordinateFilter- Parameters:
pt- aCoordinateto which the filter is applied.
-
getMaxPointDistance
public PointPairDistance getMaxPointDistance()
-
-