public abstract class OperatorExportToESRIShape extends Operator
Operator.Type
Constructor and Description |
---|
OperatorExportToESRIShape() |
Modifier and Type | Method and Description |
---|---|
abstract ByteBuffer |
execute(int exportFlags,
Geometry geometry)
Performs the ExportToESRIShape operation.
|
abstract int |
execute(int exportFlags,
Geometry geometry,
ByteBuffer shapeBuffer)
Performs the ExportToESRIShape operation.
|
Operator.Type |
getType() |
static OperatorExportToESRIShape |
local() |
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
public Operator.Type getType()
public abstract ByteBuffer execute(int exportFlags, Geometry geometry)
exportFlags
- Use the ShapeExportFlags
interface.geometry
- The Geometry being exported.public abstract int execute(int exportFlags, Geometry geometry, ByteBuffer shapeBuffer)
exportFlags
- Use the ShapeExportFlags
interface.geometry
- The Geometry being exported.shapeBuffer
- The ByteBuffer to contain the exported Geometry in ESRIShape format.public static OperatorExportToESRIShape local()
Copyright © 2018. All rights reserved.