public interface IRasterCatalogItem2 extends IRasterCatalogItem, java.io.Serializable
Description: 'Provides access to members that control a raster catalog item.' 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 |
IID0422812a_9fa5_4c79_ad52_e7c132bc5102 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6e0577d2_8fe5_44d6_b18c_222687a19025
Modifier and Type | Method and Description |
---|---|
IName |
getRasterDatasetName()
The raster dataset name object of the raster catalog feature.
|
void |
setRasterDatasetNameByRef(IName ppName)
The raster dataset name object of the raster catalog feature.
|
getRasterDataset, setRasterDatasetByRef
static final int IID0422812a_9fa5_4c79_ad52_e7c132bc5102
static final int xxDummy
static final java.lang.String IID
IName getRasterDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterDatasetNameByRef(IName ppName) throws java.io.IOException, AutomationException
ppName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.