Class ConversionFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.ConversionFunctions
-
public class ConversionFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description ConversionFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
lineToPolygon(Geometry g)
static Geometry
pointsToLine(Geometry g)
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)
-