com.esri.core.geometry
public abstract class OperatorImportFromGeoJson extends Operator
Operator.Type| Constructor and Description |
|---|
OperatorImportFromGeoJson() |
| Modifier and Type | Method and Description |
|---|---|
abstract MapGeometry |
execute(int import_flags,
Geometry.Type type,
String geoJsonString,
ProgressTracker progress_tracker)
Performs the ImportFromGeoJson operation.
|
abstract MapOGCStructure |
executeOGC(int import_flags,
String geoJsonString,
ProgressTracker progress_tracker)
Performs the ImportFromGeoJson operation.
|
Operator.Type |
getType() |
static OperatorImportFromGeoJson |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometrypublic Operator.Type getType()
public abstract MapGeometry execute(int import_flags, Geometry.Type type, String geoJsonString, ProgressTracker progress_tracker) throws org.json.JSONException
import_flags - Use the GeoJsonImportFlags interface.type - Use the Geometry.Type enum.geoJsonString - The string holding the Geometry in geoJson format.org.json.JSONExceptionpublic abstract MapOGCStructure executeOGC(int import_flags, String geoJsonString, ProgressTracker progress_tracker) throws org.json.JSONException
import_flags - Use the GeoJsonImportFlags interface.geoJsonString - The string holding the Geometry in geoJson format.org.json.JSONExceptionpublic static OperatorImportFromGeoJson local()
Copyright © 2015. All Rights Reserved.