com.esri.arcgis.datasourcesraster
Interface IArrayCrawler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ArrayCrawler, IArrayCrawlerProxy

public interface IArrayCrawler
extends java.io.Serializable

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

Description: 'Provides access to members that control an array 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 IIDa9bd38d7_5e0f_4608_b75c_2ed6ca429c08
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDa9bd38d7_5e0f_4608_b75c_2ed6ca429c08

static final int IIDa9bd38d7_5e0f_4608_b75c_2ed6ca429c08
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

setCrawlerItemType

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

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

setDataSourceItemsByRef

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

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

getDataSourceItems

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

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