com.esri.core.geometry
public abstract class OperatorImportFromJson extends Operator
Operator.Type| Constructor and Description |
|---|
OperatorImportFromJson() |
| Modifier and Type | Method and Description |
|---|---|
abstract MapGeometry |
execute(Geometry.Type type,
org.json.JSONObject jsonObject)
Performs the ImportFromJson operation on a JSONObject
|
abstract MapGeometry |
execute(Geometry.Type type,
org.codehaus.jackson.JsonParser jsonParser)
Performs the ImportFromJson operation on a single Json string
|
abstract MapGeometry |
execute(Geometry.Type type,
String string)
Performs the ImportFromJson operation on a single Json string
|
Operator.Type |
getType() |
static OperatorImportFromJson |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometrypublic Operator.Type getType()
public abstract MapGeometry execute(Geometry.Type type, org.codehaus.jackson.JsonParser jsonParser)
public abstract MapGeometry execute(Geometry.Type type, String string) throws org.codehaus.jackson.JsonParseException, IOException
org.codehaus.jackson.JsonParseExceptionIOExceptionpublic abstract MapGeometry execute(Geometry.Type type, org.json.JSONObject jsonObject) throws org.json.JSONException, IOException
org.json.JSONExceptionIOExceptionpublic static OperatorImportFromJson local()
Copyright © 2015. All Rights Reserved.