|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSourceCrawler2
Provides access to members that control a data source crawler.
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 |
---|
boolean isCanMergeItems() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMergeItems() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMergeItems(boolean pbMergeItems) throws IOException, AutomationException
pbMergeItems
- The pbMergeItems (in)
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 |