|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDatasetEdit2
Provides access to members that control editing of a RasterDataset.
IRasterDatasetEdit2 provides access to manipulate the raster attribute table of a single band raster dataset. BuildAttributeTable builds the default raster attribute table for the raster, with value and count. AlterAttributeTable alters the raster attribute table of the raster with the given table.
Method Summary | |
---|---|
void |
alterAttributeTable(ITable newTable)
Alters the raster attribute table. |
void |
buildAttributeTable()
Builds the raster attribute table. |
void |
deleteAttributeTable()
Deletes the raster attribute table. |
boolean |
isCanAlterAttributeTable()
Indicates if the raster attribute table can be altered. |
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit |
---|
alterColormap, appendNewBand, computeStats, deleteColormap, deleteStats, erase, mosaic, mosaicBands |
Method Detail |
---|
void alterAttributeTable(ITable newTable) throws IOException, AutomationException
newTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteAttributeTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanAlterAttributeTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void buildAttributeTable() throws IOException, AutomationException
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 |