public abstract class OperatorExportToJson extends Operator
Operator.Type
Constructor and Description |
---|
OperatorExportToJson() |
Modifier and Type | Method and Description |
---|---|
abstract String |
execute(SpatialReference spatialReference,
Geometry geometry)
Performs the ExportToJson operation
|
abstract JsonCursor |
execute(SpatialReference spatialReference,
GeometryCursor geometryCursor)
Performs the ExportToJson operation
|
abstract String |
execute(SpatialReference spatialReference,
Geometry geometry,
Map<String,Object> exportProperties)
Performs the ExportToJson operation
|
Operator.Type |
getType() |
static OperatorExportToJson |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
public Operator.Type getType()
public abstract JsonCursor execute(SpatialReference spatialReference, GeometryCursor geometryCursor)
public abstract String execute(SpatialReference spatialReference, Geometry geometry)
public abstract String execute(SpatialReference spatialReference, Geometry geometry, Map<String,Object> exportProperties)
public static OperatorExportToJson local()
Copyright © 2018. All rights reserved.