public abstract classOperatorExportToGeoJsonextendsOperator
Operator.Type| Constructor and Description |
|---|
OperatorExportToGeoJson() |
| Modifier and Type | Method and Description |
|---|---|
abstractString | execute(Geometry geometry)Performs the ExportToGeoJson operation. |
abstractString | execute(int exportFlags,SpatialReference spatialReference,Geometry geometry)Performs the ExportToGeoJson operation |
abstractString | execute(SpatialReference spatialReference,Geometry geometry)Performs the ExportToGeoJson operation |
abstractJsonCursor | execute(SpatialReference spatialReference,GeometryCursor geometryCursor)Performs the ExportToGeoJson operation |
abstractString | exportSpatialReference(int export_flags,SpatialReference spatial_reference)Performs the ExportToGeoJson operation on a spatial reference. |
Operator.Type | getType() |
staticOperatorExportToGeoJson | local() |
accelerateGeometry,canAccelerateGeometry,deaccelerateGeometrypublic 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 theGeoJsonExportFlags 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.