Class OperatorImportFromJson
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorImportFromJson
Import from JSON format.
-
Nested Class Summary
Nested classes/interfaces inherited from class Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MapGeometryexecute(Geometry.Type type, JsonReader jsonReader) Performs the ImportFromJson operation on a single Json stringabstract MapGeometryexecute(Geometry.Type type, String string) Performs the ImportFromJson operation on a single Json stringgetType()static OperatorImportFromJsonlocal()Methods inherited from class Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorImportFromJson
public OperatorImportFromJson()
-
-
Method Details