public abstract class OperatorImportFromJson extends Operator
Operator.Type
Constructor and Description |
---|
OperatorImportFromJson() |
Modifier and Type | Method and Description |
---|---|
abstract MapGeometry |
execute(Geometry.Type type,
JsonReader jsonReader)
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, deaccelerateGeometry
public Operator.Type getType()
public abstract MapGeometry execute(Geometry.Type type, JsonReader jsonReader)
public abstract MapGeometry execute(Geometry.Type type, String string)
public static OperatorImportFromJson local()
Copyright © 2018. All rights reserved.