Package com.esri.core.geometry
Class OperatorImportFromJsonLocal
- java.lang.Object
-
- com.esri.core.geometry.Operator
-
- com.esri.core.geometry.OperatorImportFromJson
-
- com.esri.core.geometry.OperatorImportFromJsonLocal
-
class OperatorImportFromJsonLocal extends OperatorImportFromJson
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Constructor Summary
Constructors Constructor Description OperatorImportFromJsonLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapGeometry
execute(Geometry.Type type, JsonReader jsonParser)
Performs the ImportFromJson operation on a single Json stringMapGeometryCursor
execute(Geometry.Type type, JsonReaderCursor jsonParserCursor)
Performs the ImportFromJson operation on a number of Json StringsMapGeometry
execute(Geometry.Type type, java.lang.String string)
Performs the ImportFromJson operation on a single Json string-
Methods inherited from class com.esri.core.geometry.OperatorImportFromJson
getType, local
-
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
-
-
-
Method Detail
-
execute
public MapGeometryCursor execute(Geometry.Type type, JsonReaderCursor jsonParserCursor)
Description copied from class:OperatorImportFromJson
Performs the ImportFromJson operation on a number of Json Strings- Specified by:
execute
in classOperatorImportFromJson
- Returns:
- Returns a MapGeometryCursor.
-
execute
public MapGeometry execute(Geometry.Type type, JsonReader jsonParser)
Description copied from class:OperatorImportFromJson
Performs the ImportFromJson operation on a single Json string- Specified by:
execute
in classOperatorImportFromJson
- Returns:
- Returns a MapGeometry.
-
execute
public MapGeometry execute(Geometry.Type type, java.lang.String string)
Description copied from class:OperatorImportFromJson
Performs the ImportFromJson operation on a single Json string- Specified by:
execute
in classOperatorImportFromJson
- Returns:
- Returns a MapGeometry.
-
-