Package com.esri.core.geometry
Class OperatorExportToJsonLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorExportToJson
com.esri.core.geometry.OperatorExportToJsonLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SpatialReference spatialReference, Geometry geometry) Performs the ExportToJson operationexecute
(SpatialReference spatialReference, GeometryCursor geometryCursor) Performs the ExportToJson operationPerforms the ExportToJson operationMethods inherited from class com.esri.core.geometry.OperatorExportToJson
getType, local
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorExportToJsonLocal
OperatorExportToJsonLocal()
-
-
Method Details
-
execute
Description copied from class:OperatorExportToJson
Performs the ExportToJson operation- Specified by:
execute
in classOperatorExportToJson
- Returns:
- Returns a JsonCursor.
-
execute
Description copied from class:OperatorExportToJson
Performs the ExportToJson operation- Specified by:
execute
in classOperatorExportToJson
- Returns:
- Returns a String.
-
execute
public String execute(SpatialReference spatialReference, Geometry geometry, Map<String, Object> exportProperties) Description copied from class:OperatorExportToJson
Performs the ExportToJson operation- Specified by:
execute
in classOperatorExportToJson
- Returns:
- Returns a String.
-