Class ConversionFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.ConversionFunctions
-
public class ConversionFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConversionFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
addComponents(Geometry g, java.util.List atomicGeoms)
static Geometry
toGeometryCollection(Geometry g, Geometry g2)
static Geometry
toLines(Geometry g1, Geometry g2)
static Geometry
toMultiPolygon(Geometry g1, Geometry g2)
static Geometry
toPoints(Geometry g1, Geometry g2)
-
-
-
Method Detail
-
addComponents
private static void addComponents(Geometry g, java.util.List atomicGeoms)
-
-