com.esri.arcgis.geodatabase
Interface IRasterDatasetEdit2

All Superinterfaces:
IRasterDatasetEdit, java.io.Serializable
All Known Subinterfaces:
IRasterDatasetEdit3
All Known Implementing Classes:
IRasterDatasetEdit2Proxy, IRasterDatasetEdit3Proxy, RasterDataset

public interface IRasterDatasetEdit2
extends IRasterDatasetEdit, java.io.Serializable

COM Interface 'IRasterDatasetEdit2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID24217915_7f69_4317_b0e0_908400e578c4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit
IIDba86a917_98ec_4994_b692_760abedcc306
 
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
 

Field Detail

IID24217915_7f69_4317_b0e0_908400e578c4

static final int IID24217915_7f69_4317_b0e0_908400e578c4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

alterAttributeTable

void alterAttributeTable(ITable newTable)
                         throws java.io.IOException,
                                AutomationException
Alters the raster attribute table.

Parameters:
newTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAttributeTable

void deleteAttributeTable()
                          throws java.io.IOException,
                                 AutomationException
Deletes the raster attribute table.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCanAlterAttributeTable

boolean isCanAlterAttributeTable()
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the raster attribute table can be altered.

Returns:
The canAlter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

buildAttributeTable

void buildAttributeTable()
                         throws java.io.IOException,
                                AutomationException
Builds the raster attribute table.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.