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 -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(org.locationtech.jts.geom.Coordinate pt) org.locationtech.jts.algorithm.distance.PointPairDistance
-
Constructor Details
-
MaxPointDistanceFilter
public MaxPointDistanceFilter(org.locationtech.jts.geom.Geometry geom)
-
-
Method Details
-
filter
public void filter(org.locationtech.jts.geom.Coordinate pt) - Specified by:
filterin interfaceorg.locationtech.jts.geom.CoordinateFilter
-
getMaxPointDistance
public org.locationtech.jts.algorithm.distance.PointPairDistance getMaxPointDistance()
-