Interface IPolygonModifier

    • Method Detail

      • modifySet

        Set<Polygon> modifySet​(Set<Polygon> dataset,
                               double threshold)
        Modifies a set of polygons give a threshold
        Parameters:
        dataset - , set of polygons
        threshold - , the threshold
        Returns:
        set of polygons, modified
      • modify

        Polygon modify​(Polygon polygon,
                       double threshold)
        Modifies a polygon given a threshold.
        Parameters:
        polygon - to be modified
        threshold - of modification
        Returns:
        modified polygon
      • getName

        String getName()
        Return name of modifier class
        Returns:
        name of modifier, as string