CoordinateFilter
public static class DiscreteHausdorffDistance.MaxPointDistanceFilter extends java.lang.Object implements CoordinateFilter
Constructor | Description |
---|---|
MaxPointDistanceFilter(Geometry geom) |
Modifier and Type | Method | Description |
---|---|---|
void |
filter(Coordinate pt) |
Performs an operation with the
coord . |
PointPairDistance |
getMaxPointDistance() |
public MaxPointDistanceFilter(Geometry geom)
public void filter(Coordinate pt)
CoordinateFilter
coord
.
There is no guarantee that the coordinate is the actual object stored in the target geometry.filter
in interface CoordinateFilter
pt
- a Coordinate
to which the filter is applied.public PointPairDistance getMaxPointDistance()
Copyright © 2018. All rights reserved.