Class MaxDistanceOp.MaxDistanceFilter

  • All Implemented Interfaces:
    org.locationtech.jts.geom.CoordinateFilter
    Enclosing class:
    MaxDistanceOp

    public class MaxDistanceOp.MaxDistanceFilter
    extends Object
    implements org.locationtech.jts.geom.CoordinateFilter
    • Constructor Detail

      • MaxDistanceFilter

        public MaxDistanceFilter​(HashSet<org.locationtech.jts.geom.Coordinate> coordsToExclude)
        Compute the max distance between two geometries
        Parameters:
        coordsToExclude -
    • Method Detail

      • filter

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

        public double getDistance()
        Return the maximum distance
        Returns:
      • getCoordinatesDistance

        public org.locationtech.jts.geom.Coordinate[] getCoordinatesDistance()
        Return the maximum distance as two coordinates. Usefull to draw it as a line
        Returns: