com.esri.arcgis.datasourcesraster
Interface IArrayCrawler

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArrayCrawler, IArrayCrawlerProxy

public interface IArrayCrawler
extends Serializable

Provides access to members that control an array crawler.

Product Availability

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


Method Summary
 IStringArray getDataSourceItems()
          The array of data source items to traverse.
 void setCrawlerItemType(int rhs1)
          The data source type associated with this crawler.
 void setDataSourceItemsByRef(IStringArray ppDataSourceItems)
          The array of data source items to traverse.
 

Method Detail

setCrawlerItemType

void setCrawlerItemType(int rhs1)
                        throws IOException,
                               AutomationException
The data source type associated with this crawler.

Product Availability

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

Parameters:
rhs1 - A com.esri.arcgis.datasourcesraster.esriCrawlerDataSourceType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataSourceItemsByRef

void setDataSourceItemsByRef(IStringArray ppDataSourceItems)
                             throws IOException,
                                    AutomationException
The array of data source items to traverse.

Product Availability

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

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

getDataSourceItems

IStringArray getDataSourceItems()
                                throws IOException,
                                       AutomationException
The array of data source items to traverse.

Product Availability

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

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