Package com.esri.core.geometry
Class OperatorExportToJson
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorExportToJson
- Direct Known Subclasses:
OperatorExportToJsonLocal
Export to 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 String
execute
(SpatialReference spatialReference, Geometry geometry) Performs the ExportToJson operationabstract JsonCursor
execute
(SpatialReference spatialReference, GeometryCursor geometryCursor) Performs the ExportToJson operationabstract String
Performs the ExportToJson operationgetType()
static OperatorExportToJson
local()
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorExportToJson
public OperatorExportToJson()
-
-
Method Details
-
getType
-
execute
public abstract JsonCursor execute(SpatialReference spatialReference, GeometryCursor geometryCursor) Performs the ExportToJson operation- Returns:
- Returns a JsonCursor.
-
execute
Performs the ExportToJson operation- Returns:
- Returns a String.
-
execute
public abstract String execute(SpatialReference spatialReference, Geometry geometry, Map<String, Object> exportProperties) Performs the ExportToJson operation- Returns:
- Returns a String.
-
local
-