Class VertexHausdorffDistance.MaxPointDistanceFilter
- java.lang.Object
-
- com.vividsolutions.jump.algorithm.VertexHausdorffDistance.MaxPointDistanceFilter
-
- All Implemented Interfaces:
org.locationtech.jts.geom.CoordinateFilter
- Enclosing class:
- VertexHausdorffDistance
public static class VertexHausdorffDistance.MaxPointDistanceFilter extends Object implements org.locationtech.jts.geom.CoordinateFilter
-
-
Constructor Summary
Constructors Constructor Description MaxPointDistanceFilter(org.locationtech.jts.geom.Geometry geom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filter(org.locationtech.jts.geom.Coordinate pt)
org.locationtech.jts.algorithm.distance.PointPairDistance
getMaxPointDistance()
-