Package com.esri.core.geometry
Class OperatorImportFromJson
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorImportFromJson
- Direct Known Subclasses:
OperatorImportFromJsonLocal
Import from JSON format.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MapGeometry
execute
(Geometry.Type type, JsonReader jsonReader) Performs the ImportFromJson operation on a single Json string(package private) abstract MapGeometryCursor
execute
(Geometry.Type type, JsonReaderCursor jsonReaderCursor) Performs the ImportFromJson operation on a number of Json Stringsabstract MapGeometry
execute
(Geometry.Type type, String string) Performs the ImportFromJson operation on a single Json stringgetType()
static OperatorImportFromJson
local()
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorImportFromJson
public OperatorImportFromJson()
-
-
Method Details
-
getType
-
execute
Performs the ImportFromJson operation on a number of Json Strings- Returns:
- Returns a MapGeometryCursor.
-
execute
Performs the ImportFromJson operation on a single Json string- Returns:
- Returns a MapGeometry.
-
execute
Performs the ImportFromJson operation on a single Json string- Returns:
- Returns a MapGeometry.
-
local
-