com.esri.arcgis.geodatabase
Interface IRasterBandName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterBandNameProxy, RasterBandName

public interface IRasterBandName
extends java.io.Serializable

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

IIDbc25e121_168b_11d2_8d25_0000f8780535

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

getRasterDatasetName

IDatasetName getRasterDatasetName()
                                  throws java.io.IOException,
                                         AutomationException
The name of the RasterDataset.

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

setRasterDatasetNameByRef

void setRasterDatasetNameByRef(IDatasetName rasterDatasetName)
                               throws java.io.IOException,
                                      AutomationException
The name of the RasterDataset.

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

setNameString

void setNameString(java.lang.String rasterDatasetName)
                   throws java.io.IOException,
                          AutomationException
The name of the RasterDataset as a string.

Parameters:
rasterDatasetName - The rasterDatasetName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNameString

java.lang.String getNameString()
                               throws java.io.IOException,
                                      AutomationException
The name of the RasterDataset as a string.

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