|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDataset2
Provides access to members that control a raster dataset.
Method Summary | |
---|---|
IRaster |
createFullRaster()
Creates a raster containing all bands in this raster dataset. |
IRaster |
createRaster()
Creates an empty raster. |
boolean |
isEmpty()
Indicates whether the raster dataset is empty. |
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDataset |
---|
canCopy, copy, createDefaultRaster, getCompleteName, getCompressionType, getFormat, getSensorType, precalculateStats |
Method Detail |
---|
IRaster createRaster() throws IOException, AutomationException
An empty raster means that properties of the Raster are not defined. The width, height, and the number of bands of the raster are all 0. It can not be used before populating pixels to it.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRaster createFullRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEmpty() throws IOException, AutomationException
An empty raster means that properties of the Raster are not defined. The width, height, and the number of bands of the raster are all 0. It can not be used before populating pixels to it.
Co-create a Raster and IRasterDataset2::CreateRaster create an empty raster.
IRasterBandCollection::AppendBands or AppendBand allows you to populate this raster.
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 |