com.esri.arcgis.datasourcesraster
Interface IDEMosaicDataset2

All Superinterfaces:
IDEMosaicDataset, java.io.Serializable
All Known Subinterfaces:
IDEMosaicDataset3
All Known Implementing Classes:
DEMosaicDataset, IDEMosaicDataset2Proxy, IDEMosaicDataset3Proxy

public interface IDEMosaicDataset2
extends IDEMosaicDataset, java.io.Serializable

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

Description: 'Provides access to a Mosaic Dataset Data Element.' 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 IID661474e7_4926_4bcb_b655_052c890ee010
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IDEMosaicDataset
IIDb29e01e9_f293_4b0f_9f1a_3bdafc647ea4
 
Method Summary
 IDETable getDERasterAttributeTable()
          The raster attribute table.
 void setDERasterAttributeTableByRef(IDETable ppTable)
          The raster attribute table.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IDEMosaicDataset
getChildrenNames, getContent, getDefinitionQuery, getDERasterCatalog, getParameters, isReferenced, setChildrenNamesByRef, setContent, setDefinitionQuery, setDERasterCatalogByRef, setParametersByRef, setReferenced
 

Field Detail

IID661474e7_4926_4bcb_b655_052c890ee010

static final int IID661474e7_4926_4bcb_b655_052c890ee010
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

getDERasterAttributeTable

IDETable getDERasterAttributeTable()
                                   throws java.io.IOException,
                                          AutomationException
The raster attribute table.

Returns:
A reference to a com.esri.arcgis.geodatabase.IDETable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDERasterAttributeTableByRef

void setDERasterAttributeTableByRef(IDETable ppTable)
                                    throws java.io.IOException,
                                           AutomationException
The raster attribute table.

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