Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Class and Description |
---|---|
class |
JsonParserReader
A throw in JsonReader built around the Jackson JsonParser.
|
Modifier and Type | Method and Description |
---|---|
static JsonReader |
JsonParserReader.createFromString(String str)
Creates a JsonReader for the string.
|
static JsonReader |
JsonParserReader.createFromStringNNT(String str)
Creates a JsonReader for the string.
|
Modifier and Type | Method and Description |
---|---|
abstract MapGeometry |
OperatorImportFromJson.execute(Geometry.Type type,
JsonReader jsonReader)
Performs the ImportFromJson operation on a single Json string
|
abstract MapGeometry |
OperatorImportFromGeoJson.execute(int importFlags,
Geometry.Type type,
JsonReader jsonReader,
ProgressTracker progressTracker)
Performs the ImportFromGeoJson operation.
|
static SpatialReference |
SpatialReference.fromJson(JsonReader parser) |
static MapGeometry |
GeometryEngine.jsonToGeometry(JsonReader json)
Imports the MapGeometry from its JSON representation.
|
Copyright © 2018. All rights reserved.