public abstract classOperatorExportToWkbextendsOperator
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. |
abstractByteBuffer | execute(int exportFlags,Geometry geometry,ProgressTracker progressTracker)Performs the ExportToWKB operation. |
Operator.Type | getType() |
staticOperatorExportToWkb | local() |
accelerateGeometry,canAccelerateGeometry,deaccelerateGeometrypublic Operator.Type getType()
public abstract ByteBuffer execute(int exportFlags,Geometry geometry,ProgressTracker progressTracker)
exportFlags - Use theWkbExportFlags interface.geometry - The Geometry being exported.public abstract int execute(int exportFlags,Geometry geometry,ByteBuffer wkbBuffer,ProgressTracker progressTracker)
exportFlags - Use theWkbExportFlags 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.