Class FunctionsUtil
- java.lang.Object
-
- org.locationtech.jtstest.function.FunctionsUtil
-
public class FunctionsUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Envelope
DEFAULT_ENVELOPE
-
Constructor Summary
Constructors Constructor Description FunctionsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
buildGeometry(java.util.List geoms, Geometry parentGeom)
static Geometry
buildGeometry(Geometry[] geoms)
static Geometry
buildGeometry(Geometry a, Geometry b)
static Envelope
getEnvelopeOrDefault(Geometry g)
static GeometryFactory
getFactoryOrDefault(Geometry g)
static GeometryFactory
getFactoryOrDefault(Geometry g1, Geometry g2)
static void
showIndicator(Geometry geom)
static Geometry[]
toGeometryArray(Geometry a, Geometry b)
-
-
-
Field Detail
-
DEFAULT_ENVELOPE
public static final Envelope DEFAULT_ENVELOPE
-
-
Method Detail
-
getFactoryOrDefault
public static GeometryFactory getFactoryOrDefault(Geometry g)
-
getFactoryOrDefault
public static GeometryFactory getFactoryOrDefault(Geometry g1, Geometry g2)
-
showIndicator
public static void showIndicator(Geometry geom)
-
-