Class FunctionsUtil
- java.lang.Object
-
- org.locationtech.jtstest.function.FunctionsUtil
-
public class FunctionsUtil extends 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(List geoms, Geometry parentGeom)static GeometrybuildGeometry(Geometry[] geoms)static GeometrybuildGeometry(Geometry a, Geometry b)static GeometrybuildGeometryCollection(Geometry[] geoms, Geometry nullGeom)static List<Geometry>elements(Geometry g)static EnvelopegetEnvelopeOrDefault(Geometry g)static GeometryFactorygetFactoryOrDefault(Geometry g)static GeometryFactorygetFactoryOrDefault(Geometry g1, Geometry g2)static booleanisShowingIndicators()static voidshowIndicator(Geometry geom)static voidshowIndicator(Geometry geom, Color lineClr)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)
-
isShowingIndicators
public static boolean isShowingIndicators()
-
showIndicator
public static void showIndicator(Geometry geom)
-
buildGeometryCollection
public static Geometry buildGeometryCollection(Geometry[] geoms, Geometry nullGeom)
-
-