com.esri.arcgis.datasourcesraster
Interface IRasterWorkspace3

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRasterWorkspace3Proxy, RasterWorkspace

public interface IRasterWorkspace3
extends Serializable

Provides access to additional members that control a raster workspace.

Remarks

IRasterWorkspace3 is used to read inMemory raster byte arrays.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IRasterDataset openRasterDatasetFromBytes(byte[] ppBytes, boolean copy)
          Opens a RasterDataset from an in-memry image.
 

Method Detail

openRasterDatasetFromBytes

IRasterDataset openRasterDatasetFromBytes(byte[] ppBytes,
                                          boolean copy)
                                          throws IOException,
                                                 AutomationException
Opens a RasterDataset from an in-memry image.

Remarks

This method is used to open a RasterDataset from bytes, an in-memory image, which is normally created from RasterExplorter or IRasterWorkspace2::CreateRasterDataset with "MEM" string.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppBytes - An unsigned byte (in)
copy - The copy (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.