Package de.narimo.georepo.server.tools
Class GeometryTools
- java.lang.Object
-
- de.narimo.georepo.server.tools.GeometryTools
-
public class GeometryTools extends Object
-
-
Constructor Summary
Constructors Constructor Description GeometryTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.GeometrycreateGeometry(String wkt)static org.locationtech.jts.geom.GeometrycreatePointGeometry(double x, double y, org.locationtech.jts.geom.GeometryFactory gf)Create a single point geometry instance.
-
-
-
Method Detail
-
createPointGeometry
public static org.locationtech.jts.geom.Geometry createPointGeometry(double x, double y, org.locationtech.jts.geom.GeometryFactory gf)Create a single point geometry instance.- Parameters:
x-y-gf-- Returns:
-
createGeometry
public static org.locationtech.jts.geom.Geometry createGeometry(String wkt) throws org.locationtech.jts.io.ParseException
- Throws:
org.locationtech.jts.io.ParseException
-
-