Package com.esri.core.geometry
Class OperatorImportFromWkt
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorImportFromWkt
- Direct Known Subclasses:
OperatorImportFromWktLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Geometry
execute
(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.abstract OGCStructure
executeOGC
(int import_flags, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.getType()
static OperatorImportFromWkt
local()
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorImportFromWkt
public OperatorImportFromWkt()
-
-
Method Details
-
getType
-
execute
public abstract Geometry execute(int import_flags, Geometry.Type type, 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, 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
-