|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterBandName
Provides access to members that maintain name information about a raster dataset.
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 |
---|
IDatasetName getRasterDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterDatasetNameByRef(IDatasetName rasterDatasetName) throws IOException, AutomationException
rasterDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNameString(String rasterDatasetName) throws IOException, AutomationException
rasterDatasetName
- The rasterDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNameString() throws IOException, AutomationException
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 |