Package org.geotools.geojson
Class GeoJSON
- Object
-
- GeoJSON
-
public class GeoJSON extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoJSON()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
read(Object input)
static void
write(Object obj, Object output)
-
-
-
Method Detail
-
read
public static Object read(Object input) throws IOException
- Throws:
IOException
-
write
public static void write(Object obj, Object output) throws IOException
- Throws:
IOException
-
-