public interface IRasterBandName
extends java.io.Serializable
Description: 'Provides access to members that maintain name information about a raster dataset.' 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 |
IIDbc25e121_168b_11d2_8d25_0000f8780535 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNameString()
The name of the RasterDataset as a string.
|
IDatasetName |
getRasterDatasetName()
The name of the RasterDataset.
|
void |
setNameString(java.lang.String rasterDatasetName)
The name of the RasterDataset as a string.
|
void |
setRasterDatasetNameByRef(IDatasetName rasterDatasetName)
The name of the RasterDataset.
|
static final int IIDbc25e121_168b_11d2_8d25_0000f8780535
static final int xxDummy
static final java.lang.String IID
IDatasetName getRasterDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterDatasetNameByRef(IDatasetName rasterDatasetName) throws java.io.IOException, AutomationException
rasterDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNameString(java.lang.String rasterDatasetName) throws java.io.IOException, AutomationException
rasterDatasetName
- The rasterDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNameString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.