Class OperatorImportFromJsonLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorImportFromJson
com.esri.core.geometry.OperatorImportFromJsonLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(Geometry.Type type, JsonReader jsonParser) Performs the ImportFromJson operation on a single Json stringexecute(Geometry.Type type, JsonReaderCursor jsonParserCursor) Performs the ImportFromJson operation on a number of Json Stringsexecute(Geometry.Type type, String string) Performs the ImportFromJson operation on a single Json stringMethods inherited from class OperatorImportFromJson
getType, localMethods inherited from class Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorImportFromJsonLocal
OperatorImportFromJsonLocal()
-
-
Method Details
-
execute
Description copied from class:OperatorImportFromJsonPerforms the ImportFromJson operation on a number of Json Strings- Specified by:
executein classOperatorImportFromJson- Returns:
- Returns a MapGeometryCursor.
-
execute
Description copied from class:OperatorImportFromJsonPerforms the ImportFromJson operation on a single Json string- Specified by:
executein classOperatorImportFromJson- Returns:
- Returns a MapGeometry.
-
execute
Description copied from class:OperatorImportFromJsonPerforms the ImportFromJson operation on a single Json string- Specified by:
executein classOperatorImportFromJson- Returns:
- Returns a MapGeometry.
-