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 EnvelopeDEFAULT_ENVELOPE
-
Constructor Summary
Constructors Constructor Description FunctionsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometrybuildGeometry(java.util.List geoms, Geometry parentGeom)static GeometrybuildGeometry(Geometry[] geoms)static GeometrybuildGeometry(Geometry a, Geometry b)static EnvelopegetEnvelopeOrDefault(Geometry g)static GeometryFactorygetFactoryOrDefault(Geometry g)static GeometryFactorygetFactoryOrDefault(Geometry g1, Geometry g2)static voidshowIndicator(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)
-
-