Class 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 Detail

      • MaxPointDistanceFilter

        public MaxPointDistanceFilter​(org.locationtech.jts.geom.Geometry geom)
    • Method Detail

      • filter

        public void filter​(org.locationtech.jts.geom.Coordinate pt)
        Specified by:
        filter in interface org.locationtech.jts.geom.CoordinateFilter
      • getMaxPointDistance

        public org.locationtech.jts.algorithm.distance.PointPairDistance getMaxPointDistance()