com.esri.arcgis.datasourcesraster
Interface IDataSourceCrawler2

All Superinterfaces:
IDataSourceCrawler, Serializable
All Known Implementing Classes:
IkonosFileCrawler, PixFileCrawler, QuickBirdFileCrawler

public interface IDataSourceCrawler2
extends IDataSourceCrawler, Serializable

Provides access to members that control a data source crawler.

Product Availability

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


Method Summary
 boolean isCanMergeItems()
          Indicates whether the crawler is capable of merging related data source items into one composite crawled item.
 boolean isMergeItems()
          Indicates whether the crawler merges related data source items into one composite crawled item.
 void setMergeItems(boolean pbMergeItems)
          Indicates whether the crawler merges related data source items into one composite crawled item.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IDataSourceCrawler
crawl, getCrawlerItemType, getFilter, getTimeExtent, isCanFilterByExpression, isCanFilterByTime, setFilter, setTimeExtentByRef
 

Method Detail

isCanMergeItems

boolean isCanMergeItems()
                        throws IOException,
                               AutomationException
Indicates whether the crawler is capable of merging related data source items into one composite crawled item.

Product Availability

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

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

isMergeItems

boolean isMergeItems()
                     throws IOException,
                            AutomationException
Indicates whether the crawler merges related data source items into one composite crawled item.

Product Availability

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

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

setMergeItems

void setMergeItems(boolean pbMergeItems)
                   throws IOException,
                          AutomationException
Indicates whether the crawler merges related data source items into one composite crawled item.

Product Availability

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

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