Class ShortEdgesDeletion


  • public class ShortEdgesDeletion
    extends Object
    Author:
    julien Gaffuri
    • Constructor Detail

      • ShortEdgesDeletion

        public ShortEdgesDeletion()
    • Method Detail

      • get

        public static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Polygon poly,
                                                             double tolmm,
                                                             double scale)
        Delete a polygon short edges.
        Parameters:
        poly -
        tolmm - the tolerance value in map mm.
        scale - the visualisation scale.
        Returns:
      • get

        public static org.locationtech.jts.geom.Geometry get​(org.locationtech.jts.geom.Polygon poly,
                                                             double tol)
        Delete a polygon short edges.
        Parameters:
        poly -
        tol - the tolerance value in ground meters.
        Returns: