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 Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Geometryexecute(int import_flags, Geometry.Type type, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.abstract OGCStructureexecuteOGC(int import_flags, String wkt_string, ProgressTracker progress_tracker) Performs the ImportFromWkt operation.getType()static OperatorImportFromWktlocal()Methods inherited from class 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 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, 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
-