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 Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringexecute(SpatialReference spatialReference, Geometry geometry) Performs the ExportToJson operationabstract JsonCursorexecute(SpatialReference spatialReference, GeometryCursor geometryCursor) Performs the ExportToJson operationabstract StringPerforms the ExportToJson operationgetType()static OperatorExportToJsonlocal()Methods inherited from class 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
-
local
-