com.esri.arcgis.geodatabase
Interface IRasterBandName

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterBandName

public interface IRasterBandName
extends Serializable

Provides access to members that maintain name information about a raster dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getNameString()
          The name of the RasterDataset as a string.
 IDatasetName getRasterDatasetName()
          The name of the RasterDataset.
 void setNameString(String rasterDatasetName)
          The name of the RasterDataset as a string.
 void setRasterDatasetNameByRef(IDatasetName rasterDatasetName)
          The name of the RasterDataset.
 

Method Detail

getRasterDatasetName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setRasterDatasetNameByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setNameString

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getNameString

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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