|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterBandName
COM Interface 'IRasterBandName'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDbc25e121_168b_11d2_8d25_0000f8780535
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDbc25e121_168b_11d2_8d25_0000f8780535
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |