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 Geometry
execute(int import_flags, Geometry.Type type, java.lang.String wkt_string, ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.abstract OGCStructure
executeOGC(int import_flags, java.lang.String wkt_string, ProgressTracker progress_tracker)
Performs the ImportFromWkt operation.Operator.Type
getType()
static OperatorImportFromWkt
local()
-
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 theWktImportFlags
interface.type
- Use theGeometry.Type
enum.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 theWktImportFlags
interface.wkt_string
- The string holding the Geometry in wkt format.- Returns:
- Returns the imported OGCStructure.
-
local
public static OperatorImportFromWkt local()
-
-