- JsonCursor - Class in com.esri.core.geometry
-
An abstract Json String Cursor class.
- JsonCursor() - Constructor for class com.esri.core.geometry.JsonCursor
-
- JsonGeometryException - Exception in com.esri.core.geometry
-
A runtime exception raised when a JSON related exception occurs.
- JsonGeometryException(String) - Constructor for exception com.esri.core.geometry.JsonGeometryException
-
Constructs a Json Geometry Exception with the given error string/message.
- JsonGeometryException(Exception) - Constructor for exception com.esri.core.geometry.JsonGeometryException
-
Constructs a Json Geometry Exception with the given another exception.
- JsonParserReader - Class in com.esri.core.geometry
-
A throw in JsonReader built around the Jackson JsonParser.
- JsonParserReader(JsonParser) - Constructor for class com.esri.core.geometry.JsonParserReader
-
- JsonReader - Interface in com.esri.core.geometry
-
An abstract reader for Json.
- JsonReader.Token - Enum in com.esri.core.geometry
-
- jsonToGeometry(JsonParser) - Static method in class com.esri.core.geometry.GeometryEngine
-
Imports the MapGeometry from its JSON representation.
- jsonToGeometry(JsonReader) - Static method in class com.esri.core.geometry.GeometryEngine
-
Imports the MapGeometry from its JSON representation.
- jsonToGeometry(String) - Static method in class com.esri.core.geometry.GeometryEngine
-
Imports the MapGeometry from its JSON representation.