Package com.esri.core.geometry
Class OperatorImportFromWkt
- java.lang.Object
-
- com.esri.core.geometry.Operator
-
- com.esri.core.geometry.OperatorImportFromWkt
-
- Direct Known Subclasses:
OperatorImportFromWktLocal
public abstract class OperatorImportFromWkt extends Operator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
-
Constructor Summary
Constructors Constructor Description OperatorImportFromWkt()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Geometryexecute(int import_flags, Geometry.Type type, java.lang.String wkt_string, ProgressTracker progress_tracker)Performs the ImportFromWkt operation.abstract OGCStructureexecuteOGC(int import_flags, java.lang.String wkt_string, ProgressTracker progress_tracker)Performs the ImportFromWkt operation.Operator.TypegetType()static OperatorImportFromWktlocal()-
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
-
-
-
Method Detail
-
getType
public Operator.Type getType()
-
execute
public abstract Geometry execute(int import_flags, Geometry.Type type, java.lang.String wkt_string, ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.- Parameters:
import_flags- Use theWktImportFlagsinterface.type- Use theGeometry.Typeenum.wkt_string- The string holding the Geometry in wkt format.- Returns:
- Returns the imported Geometry.
-
executeOGC
public abstract OGCStructure executeOGC(int import_flags, java.lang.String wkt_string, ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.- Parameters:
import_flags- Use theWktImportFlagsinterface.wkt_string- The string holding the Geometry in wkt format.- Returns:
- Returns the imported OGCStructure.
-
local
public static OperatorImportFromWkt local()
-
-