Class WriterFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.WriterFunctions
-
public class WriterFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description WriterFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
dumpWKB(Geometry g)
static String
writeGeoJSON(Geometry g)
static String
writeGeoJSONFixDecimal(Geometry g, int numDecimals)
static String
writeGML(Geometry geom)
static String
writeKML(Geometry geom)
static String
writeOra(Geometry g)
static String
writeSVG(Geometry a, Geometry b)
static String
writeWKB(Geometry g)
-
-
-
Method Detail
-
writeOra
public static String writeOra(Geometry g) throws SecurityException, IllegalArgumentException, ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException
-
-