public class WriterFunctions extends Object
Constructor and Description |
---|
WriterFunctions() |
Modifier and Type | Method and Description |
---|---|
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 |
writeWKB(Geometry g) |
public static String writeOra(Geometry g) throws SecurityException, IllegalArgumentException, ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException
Copyright © 2021. All rights reserved.