public class MfGeoJSONReader
extends java.lang.Object
| Constructor and Description |
|---|
MfGeoJSONReader(MfGeoFactory mfFactory) |
MfGeoJSONReader(MfGeoFactory mfFactory,
org.locationtech.jts.geom.GeometryFactory jtsFactory) |
| Modifier and Type | Method and Description |
|---|---|
MfGeo |
decode(java.io.InputStream input) |
MfGeo |
decode(org.json.JSONObject json) |
MfGeo |
decode(java.lang.String input) |
public MfGeoJSONReader(MfGeoFactory mfFactory)
public MfGeoJSONReader(MfGeoFactory mfFactory, org.locationtech.jts.geom.GeometryFactory jtsFactory)
public MfGeo decode(java.io.InputStream input) throws org.json.JSONException
org.json.JSONExceptionpublic MfGeo decode(java.lang.String input) throws org.json.JSONException
org.json.JSONExceptionpublic MfGeo decode(org.json.JSONObject json) throws org.json.JSONException
org.json.JSONException