public interface IRasterDatasetEdit2 extends IRasterDatasetEdit, java.io.Serializable
Description: 'Provides access to members that control editing of a RasterDataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID24217915_7f69_4317_b0e0_908400e578c4 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDba86a917_98ec_4994_b692_760abedcc306
Modifier and Type | Method and Description |
---|---|
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.
|
alterColormap, appendNewBand, computeStats, deleteColormap, deleteStats, erase, mosaic, mosaicBands
static final int IID24217915_7f69_4317_b0e0_908400e578c4
static final int xxDummy
static final java.lang.String IID
void alterAttributeTable(ITable newTable) throws java.io.IOException, AutomationException
newTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAttributeTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanAlterAttributeTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void buildAttributeTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.