com.esri.arcgis.datasourcesraster
Interface IDataSourceCrawler2

All Superinterfaces:
IDataSourceCrawler, java.io.Serializable
All Known Subinterfaces:
IDataSourceCrawler3
All Known Implementing Classes:
FileCrawler, IDataSourceCrawler2Proxy, IDataSourceCrawler3Proxy, IkonosFileCrawler, KompsatFileCrawler, NitfCrawler, PixFileCrawler, PleiadesFileCrawler, QuickBirdFileCrawler, ScientificDataCrawler, Spot6FileCrawler

public interface IDataSourceCrawler2
extends IDataSourceCrawler, java.io.Serializable

COM Interface 'IDataSourceCrawler2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a data source crawler.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6585fbde_358f_40a7_8748_79f99b374f5f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IDataSourceCrawler
IIDa1631439_6f80_4ac3_b559_0d1836f6b13a
 
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
 

Field Detail

IID6585fbde_358f_40a7_8748_79f99b374f5f

static final int IID6585fbde_358f_40a7_8748_79f99b374f5f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isCanMergeItems

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

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

isMergeItems

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

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

setMergeItems

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

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