Class OperatorExportToESRIShapeLocal

    • Constructor Detail

      • OperatorExportToESRIShapeLocal

        OperatorExportToESRIShapeLocal()
    • Method Detail

      • execute

        public java.nio.ByteBuffer execute​(int exportFlags,
                                           Geometry geometry)
        Description copied from class: OperatorExportToESRIShape
        Performs the ExportToESRIShape operation.
        Specified by:
        execute in class OperatorExportToESRIShape
        Parameters:
        exportFlags - Use the ShapeExportFlags interface.
        geometry - The Geometry being exported.
        Returns:
        Returns a ByteBuffer object containing the Geometry in ESRIShape format.
      • execute

        public int execute​(int exportFlags,
                           Geometry geometry,
                           java.nio.ByteBuffer shapeBuffer)
        Description copied from class: OperatorExportToESRIShape
        Performs the ExportToESRIShape operation.
        Specified by:
        execute in class OperatorExportToESRIShape
        Parameters:
        exportFlags - Use the ShapeExportFlags 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.