|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterWorkspace3
Provides access to additional members that control a raster workspace.
IRasterWorkspace3 is used to read inMemory raster byte arrays.
Method Summary | |
---|---|
IRasterDataset |
openRasterDatasetFromBytes(byte[] ppBytes,
boolean copy)
Opens a RasterDataset from an in-memry image. |
Method Detail |
---|
IRasterDataset openRasterDatasetFromBytes(byte[] ppBytes, boolean copy) throws IOException, AutomationException
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.
ppBytes
- An unsigned byte (in)copy
- The copy (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |