com.esri.arcgis.carto
Interface IRasterDataSourceDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterDataSourceDescription

public interface IRasterDataSourceDescription
extends Serializable

Provides access to the available properties of a raster datasource description object.

Product Availability

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


Method Summary
 String getRasterName()
          Name of the raster (including extension if a file-based raster).
 void setRasterName(String rasterName)
          Name of the raster (including extension if a file-based raster).
 

Method Detail

getRasterName

String getRasterName()
                     throws IOException,
                            AutomationException
Name of the raster (including extension if a file-based raster).

Remarks

Note: MapServer API does not provide any way to explore and find out RasterDataset name from any registered workspace, therefore you need to find out that information from the author.

Product Availability

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

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

setRasterName

void setRasterName(String rasterName)
                   throws IOException,
                          AutomationException
Name of the raster (including extension if a file-based raster).

Product Availability

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

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