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