Package | Description |
---|---|
com.esri.core.geometry |
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 |
OperatorImportFromJson.execute(Geometry.Type type,
String string)
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.
|
abstract MapGeometry |
OperatorImportFromGeoJson.execute(int import_flags,
Geometry.Type type,
String geoJsonString,
ProgressTracker progress_tracker)
Deprecated, use version without import_flags.
|
static MapGeometry |
GeometryEngine.geoJsonToGeometry(String json,
int importFlags,
Geometry.Type type)
Imports the MapGeometry from its JSON representation.
|
static MapGeometry |
GeometryEngine.jsonToGeometry(com.fasterxml.jackson.core.JsonParser json)
Imports the MapGeometry from its JSON representation.
|
static MapGeometry |
GeometryEngine.jsonToGeometry(JsonReader json)
Imports the MapGeometry from its JSON representation.
|
static MapGeometry |
GeometryEngine.jsonToGeometry(String json)
Imports the MapGeometry from its JSON representation.
|
static MapGeometry |
OperatorFactoryLocal.loadGeometryFromJSONFileDbg(String file_name) |
static MapGeometry |
OperatorFactoryLocal.loadGeometryFromJSONStringDbg(String json) |
Copyright © 2018. All rights reserved.