public class SimpleGeoJsonParser
extends java.lang.Object
Constructor and Description |
---|
SimpleGeoJsonParser() |
Modifier and Type | Method and Description |
---|---|
static JGeometry |
GeoJson2JGeometry(JsonParser jp, int srid)
Returns a JGeometry from a provided JsonParser Needs the current token to be the start of the geometry object, for a newly created parser, call nextToken() before calling this
|
static JGeometry |
GeoJson2JGeometry(java.lang.String json, int srid)
Returns a JGeometry from the provided Json string and srid
|
public static JGeometry GeoJson2JGeometry(JsonParser jp, int srid) throws java.lang.Exception
jp
-srid
-java.lang.Exception
public static JGeometry GeoJson2JGeometry(java.lang.String json, int srid) throws java.lang.Exception
json
-srid
-java.lang.Exception
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.