com.esri.arcgis.datasourcesraster
Interface IRasterDatasetCrawler

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRasterDatasetCrawlerProxy, RasterDatasetCrawler

public interface IRasterDatasetCrawler
extends Serializable

Provides access to members that control a raster dataset crawler.

Product Availability

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


Method Summary
 IName getDatasetName()
          The name object representing the raster dataset to crawl.
 IRasterDataset getRasterDataset()
          The raster dataset to crawl.
 void setDatasetNameByRef(IName ppDatasetName)
          The name object representing the raster dataset to crawl.
 void setRasterDatasetByRef(IRasterDataset ppRasterDataset)
          The raster dataset to crawl.
 

Method Detail

setRasterDatasetByRef

void setRasterDatasetByRef(IRasterDataset ppRasterDataset)
                           throws IOException,
                                  AutomationException
The raster dataset to crawl.

Product Availability

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

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

getRasterDataset

IRasterDataset getRasterDataset()
                                throws IOException,
                                       AutomationException
The raster dataset to crawl.

Product Availability

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

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

setDatasetNameByRef

void setDatasetNameByRef(IName ppDatasetName)
                         throws IOException,
                                AutomationException
The name object representing the raster dataset to crawl.

Product Availability

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

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

getDatasetName

IName getDatasetName()
                     throws IOException,
                            AutomationException
The name object representing the raster dataset to crawl.

Product Availability

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

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