Package com.esri.core.geometry
Class OperatorExportToWkt
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorExportToWkt
- Direct Known Subclasses:
OperatorExportToWktLocal
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
execute
(int exportFlags, Geometry geometry, ProgressTracker progress_tracker) getType()
static OperatorExportToWkt
local()
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorExportToWkt
public OperatorExportToWkt()
-
-
Method Details
-
getType
-
execute
public abstract String execute(int exportFlags, Geometry geometry, ProgressTracker progress_tracker) -
local
-