public abstract class OperatorExportToGeoJson extends Operator
Operator.Type
Constructor and Description |
---|
OperatorExportToGeoJson() |
Modifier and Type | Method and Description |
---|---|
abstract String |
execute(Geometry geometry)
Performs the ExportToGeoJson operation.
|
abstract String |
execute(int exportFlags,
SpatialReference spatialReference,
Geometry geometry)
Performs the ExportToGeoJson operation
|
abstract String |
execute(SpatialReference spatialReference,
Geometry geometry)
Performs the ExportToGeoJson operation
|
abstract JsonCursor |
execute(SpatialReference spatialReference,
GeometryCursor geometryCursor)
Performs the ExportToGeoJson operation
|
abstract String |
exportSpatialReference(int export_flags,
SpatialReference spatial_reference)
Performs the ExportToGeoJson operation on a spatial reference.
|
Operator.Type |
getType() |
static OperatorExportToGeoJson |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
public Operator.Type getType()
public abstract JsonCursor execute(SpatialReference spatialReference, GeometryCursor geometryCursor)
spatialReference
- The SpatialReference of the Geometry. Will be written as "crs":null if the spatialReference is null.geometryCursor
- The cursor of geometries to write as GeoJson.public abstract String execute(SpatialReference spatialReference, Geometry geometry)
spatialReference
- The SpatialReference of the Geometry. Will be written as "crs":null if the spatialReference is null.geometry
- The Geometry to write as GeoJson.public abstract String execute(int exportFlags, SpatialReference spatialReference, Geometry geometry)
exportFlags
- Use the GeoJsonExportFlags
interface.spatialReference
- The SpatialReference of the Geometry. Will be written as "crs":null if the spatialReference is null.geometry
- The Geometry to write as GeoJson.public abstract String execute(Geometry geometry)
geometry
- The Geometry to write as GeoJson.public abstract String exportSpatialReference(int export_flags, SpatialReference spatial_reference)
export_flags
- The flags used for the export.spatial_reference
- The spatial reference being exported. Cannot be null.public static OperatorExportToGeoJson local()
Copyright © 2018. All rights reserved.