public abstract class OperatorImportFromWkb extends Operator
Operator.Type| Constructor and Description |
|---|
OperatorImportFromWkb() |
| Modifier and Type | Method and Description |
|---|---|
abstract Geometry |
execute(int importFlags,
Geometry.Type type,
ByteBuffer wkbBuffer,
ProgressTracker progress_tracker)
Performs the ImportFromWKB operation.
|
abstract OGCStructure |
executeOGC(int importFlags,
ByteBuffer wkbBuffer,
ProgressTracker progress_tracker)
Performs the ImportFromWkb operation.
|
Operator.Type |
getType() |
static OperatorImportFromWkb |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometrypublic Operator.Type getType()
public abstract Geometry execute(int importFlags, Geometry.Type type, ByteBuffer wkbBuffer, ProgressTracker progress_tracker)
importFlags - Use the WkbImportFlags interface.type - Use the Geometry.Type enum.wkbBuffer - The buffer holding the Geometry in wkb format.public abstract OGCStructure executeOGC(int importFlags, ByteBuffer wkbBuffer, ProgressTracker progress_tracker)
importFlags - Use the WkbImportFlags interface.wkbBuffer - The buffer holding the Geometry in wkb format.public static OperatorImportFromWkb local()
Copyright © 2018. All rights reserved.