Class FunctionsUtil
- java.lang.Object
-
- org.locationtech.jtstest.function.FunctionsUtil
-
public class FunctionsUtil extends 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(List geoms, Geometry parentGeom)
static Geometry
buildGeometry(Geometry[] geoms)
static Geometry
buildGeometry(Geometry a, Geometry b)
static List<Geometry>
elements(Geometry g)
static Envelope
getEnvelopeOrDefault(Geometry g)
static GeometryFactory
getFactoryOrDefault(Geometry g)
static GeometryFactory
getFactoryOrDefault(Geometry g1, Geometry g2)
static boolean
isShowingIndicators()
static void
showIndicator(Geometry geom)
static void
showIndicator(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)
-
-