Class DiscreteHausdorffDistance.MaxPointDistanceFilter

    • Constructor Detail

      • MaxPointDistanceFilter

        public MaxPointDistanceFilter​(Geometry geom)
    • Method Detail

      • filter

        public void filter​(Coordinate pt)
        Description copied from interface: CoordinateFilter
        Performs an operation with the coord. There is no guarantee that the coordinate is the actual object stored in the target geometry.
        Specified by:
        filter in interface CoordinateFilter
        Parameters:
        pt - a Coordinate to which the filter is applied.