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 doublearea(Geometry geom)static booleanhasArea(Geometry geom)static booleanhasLength(Geometry geom)static StringmetricsSummary(Geometry g)static StringstructureSummary(Geometry g)static EnvelopetotalEnvelope(Geometry geom)Gets the envelope including all holes which might lie outside a polygon.
-