Class OperatorImportFromWkb
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorImportFromWkb
- Direct Known Subclasses:
OperatorImportFromWkbLocal
Import from WKB format.
-
Nested Class Summary
Nested classes/interfaces inherited from class Operator
Operator.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Geometryexecute(int importFlags, Geometry.Type type, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) Performs the ImportFromWKB operation.abstract OGCStructureexecuteOGC(int importFlags, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) Performs the ImportFromWkb operation.getType()static OperatorImportFromWkblocal()Methods inherited from class Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorImportFromWkb
public OperatorImportFromWkb()
-
-
Method Details
-
getType
-
execute
public abstract Geometry execute(int importFlags, Geometry.Type type, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) Performs the ImportFromWKB operation.- Parameters:
importFlags- Use theWkbImportFlagsinterface.type- Use theGeometry.Typeenum.wkbBuffer- The buffer holding the Geometry in wkb format.- Returns:
- Returns the imported Geometry.
-
executeOGC
public abstract OGCStructure executeOGC(int importFlags, ByteBuffer wkbBuffer, ProgressTracker progress_tracker) Performs the ImportFromWkb operation.- Parameters:
importFlags- Use theWkbImportFlagsinterface.wkbBuffer- The buffer holding the Geometry in wkb format.- Returns:
- Returns the imported OGCStructure.
-
local
-