public interface IArrayCrawler
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa9bd38d7_5e0f_4608_b75c_2ed6ca429c08 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDa9bd38d7_5e0f_4608_b75c_2ed6ca429c08
static final int xxDummy
static final java.lang.String IID
void setCrawlerItemType(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.datasourcesraster.esriCrawlerDataSourceType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDataSourceItemsByRef(IStringArray ppDataSourceItems) throws java.io.IOException, AutomationException
ppDataSourceItems
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getDataSourceItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.