Class GeometryUtil
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.geom.GeometryUtil
-
public class GeometryUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description GeometryUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
area(Geometry geom)
static boolean
hasArea(Geometry geom)
static boolean
hasLength(Geometry geom)
static String
metricsSummary(Geometry g)
static String
structureSummary(Geometry g)
static Envelope
totalEnvelope(Geometry geom)
Gets the envelope including all holes which might lie outside a polygon.
-