Class DiscreteHausdorffDistance.MaxPointDistanceFilter
java.lang.Object
org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance.MaxPointDistanceFilter
- All Implemented Interfaces:
CoordinateFilter
- Enclosing class:
DiscreteHausdorffDistance
public static class DiscreteHausdorffDistance.MaxPointDistanceFilter
extends Object
implements CoordinateFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DistanceToPoint
private Geometry
private PointPairDistance
private PointPairDistance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
filter
(Coordinate pt) Performs an operation with thecoord
.
-
Field Details
-
maxPtDist
-
minPtDist
-
euclideanDist
-
geom
-
-
Constructor Details
-
MaxPointDistanceFilter
-
-
Method Details
-
filter
Description copied from interface:CoordinateFilter
Performs an operation with thecoord
. There is no guarantee that the coordinate is the actual object stored in the target geometry.- Specified by:
filter
in interfaceCoordinateFilter
- Parameters:
pt
- aCoordinate
to which the filter is applied.
-
getMaxPointDistance
-