Package com.esri.core.geometry
Class OperatorExportToESRIShapeLocal
java.lang.Object
com.esri.core.geometry.Operator
com.esri.core.geometry.OperatorExportToESRIShape
com.esri.core.geometry.OperatorExportToESRIShapeLocal
OperatorExportToESRIShape implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.core.geometry.Operator
Operator.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPerforms the ExportToESRIShape operation.(package private) ByteBufferCursor
execute
(int exportFlags, GeometryCursor geometryCursor) Performs the ExportToESRIShape operationint
execute
(int exportFlags, Geometry geometry, ByteBuffer shapeBuffer) Performs the ExportToESRIShape operation.Methods inherited from class com.esri.core.geometry.OperatorExportToESRIShape
getType, local
Methods inherited from class com.esri.core.geometry.Operator
accelerateGeometry, canAccelerateGeometry, deaccelerateGeometry
-
Constructor Details
-
OperatorExportToESRIShapeLocal
OperatorExportToESRIShapeLocal()
-
-
Method Details
-
execute
Description copied from class:OperatorExportToESRIShape
Performs the ExportToESRIShape operation- Specified by:
execute
in classOperatorExportToESRIShape
- Returns:
- Returns a ByteBufferCursor.
-
execute
Description copied from class:OperatorExportToESRIShape
Performs the ExportToESRIShape operation.- Specified by:
execute
in classOperatorExportToESRIShape
- Parameters:
exportFlags
- Use theShapeExportFlags
interface.geometry
- The Geometry being exported.- Returns:
- Returns a ByteBuffer object containing the Geometry in ESRIShape format.
-
execute
Description copied from class:OperatorExportToESRIShape
Performs the ExportToESRIShape operation.- Specified by:
execute
in classOperatorExportToESRIShape
- Parameters:
exportFlags
- Use theShapeExportFlags
interface.geometry
- The Geometry being exported.shapeBuffer
- The ByteBuffer to contain the exported Geometry in ESRIShape format.- Returns:
- If the input buffer is null, then the size needed for the buffer is returned. Otherwise the number of bytes written to the buffer is returned.
-