public abstract class OperatorExportToWkb extends Operator
Operator.Type| Constructor and Description |
|---|
OperatorExportToWkb() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
execute(int exportFlags,
Geometry geometry,
ByteBuffer wkbBuffer,
ProgressTracker progressTracker)
Performs the ExportToWKB operation.
|
abstract ByteBuffer |
execute(int exportFlags,
Geometry geometry,
ProgressTracker progressTracker)
Performs the ExportToWKB operation.
|
Operator.Type |
getType() |
static OperatorExportToWkb |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometrypublic Operator.Type getType()
public abstract ByteBuffer execute(int exportFlags, Geometry geometry, ProgressTracker progressTracker)
exportFlags - Use the WkbExportFlags interface.geometry - The Geometry being exported.public abstract int execute(int exportFlags,
Geometry geometry,
ByteBuffer wkbBuffer,
ProgressTracker progressTracker)
exportFlags - Use the WkbExportFlags interface.geometry - The Geometry being exported.wkbBuffer - The ByteBuffer to contain the exported Geometry in WKB format.public static OperatorExportToWkb local()
Copyright © 2018. All rights reserved.