Class GeometryUtil


  • public class GeometryUtil
    extends Object
    • Constructor Detail

      • GeometryUtil

        public GeometryUtil()
    • Method Detail

      • structureSummary

        public static String structureSummary​(Geometry g)
      • metricsSummary

        public static String metricsSummary​(Geometry g)
      • hasArea

        public static boolean hasArea​(Geometry geom)
      • hasLength

        public static boolean hasLength​(Geometry geom)
      • area

        public static double area​(Geometry geom)
      • totalEnvelope

        public static Envelope totalEnvelope​(Geometry geom)
        Gets the envelope including all holes which might lie outside a polygon.
        Parameters:
        geom -
        Returns: