public interface ITableCrawler
extends java.io.Serializable
Description: 'Provides access to members that control a crawler capable of traversing tables.' 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 |
IID6e943337_d364_4b76_94cc_f7432305a851 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupField()
The name of the field that contains values that identify groups of related items.
|
IQueryFilter |
getQueryFilter()
The query filter associated with the specified 'Table'.
|
ISelectionSet |
getSelectionSet()
The selection set as a source of the data to crawl.
|
java.lang.String |
getSourceField()
The name of the field that references the raster dataset.
|
ITable |
getTable()
The table as a source of the data to crawl.
|
java.lang.String |
getTimeStampField()
The name of the field that contains time stamp value associated with the row.
|
boolean |
isOrderByGroup()
Indicates whether the table crawler orders rows by values in the group name field.
|
void |
setCrawlerItemType(int rhs1)
The type of item returned by the crawler.
|
void |
setGroupField(java.lang.String pGroupField)
The name of the field that contains values that identify groups of related items.
|
void |
setOrderByGroup(boolean pbOrderByGroup)
Indicates whether the table crawler orders rows by values in the group name field.
|
void |
setQueryFilterByRef(IQueryFilter ppQueryFilter)
The query filter associated with the specified 'Table'.
|
void |
setSelectionSetByRef(ISelectionSet ppSelectionSet)
The selection set as a source of the data to crawl.
|
void |
setSourceField(java.lang.String pSourceField)
The name of the field that references the raster dataset.
|
void |
setTableByRef(ITable ppTable)
The table as a source of the data to crawl.
|
void |
setTimeStampField(java.lang.String pTimeStampField)
The name of the field that contains time stamp value associated with the row.
|
static final int IID6e943337_d364_4b76_94cc_f7432305a851
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 setQueryFilterByRef(IQueryFilter ppQueryFilter) throws java.io.IOException, AutomationException
ppQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IQueryFilter getQueryFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws java.io.IOException, AutomationException
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTableByRef(ITable ppTable) throws java.io.IOException, AutomationException
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSourceField(java.lang.String pSourceField) throws java.io.IOException, AutomationException
pSourceField
- The pSourceField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSourceField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroupField(java.lang.String pGroupField) throws java.io.IOException, AutomationException
pGroupField
- The pGroupField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGroupField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeStampField(java.lang.String pTimeStampField) throws java.io.IOException, AutomationException
pTimeStampField
- The pTimeStampField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeStampField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrderByGroup(boolean pbOrderByGroup) throws java.io.IOException, AutomationException
pbOrderByGroup
- The pbOrderByGroup (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isOrderByGroup() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.