Class GeometryUtil

java.lang.Object
org.locationtech.jtstest.testbuilder.geom.GeometryUtil

public class GeometryUtil extends Object
  • Constructor Details

    • GeometryUtil

      public GeometryUtil()
  • Method Details

    • 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: