|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableCrawler
Provides access to members that control a crawler capable of traversing tables.
Method Summary | |
---|---|
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. |
String |
getSourceField()
The name of the field that references the raster dataset. |
ITable |
getTable()
The table as a source of the data to crawl. |
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(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(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(String pTimeStampField)
The name of the field that contains time stamp value associated with the row. |
Method Detail |
---|
void setCrawlerItemType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.datasourcesraster.esriCrawlerDataSourceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryFilterByRef(IQueryFilter ppQueryFilter) throws IOException, AutomationException
ppQueryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IQueryFilter getQueryFilter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws IOException, AutomationException
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableByRef(ITable ppTable) throws IOException, AutomationException
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceField(String pSourceField) throws IOException, AutomationException
pSourceField
- The pSourceField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSourceField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGroupField(String pGroupField) throws IOException, AutomationException
pGroupField
- The pGroupField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGroupField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeStampField(String pTimeStampField) throws IOException, AutomationException
pTimeStampField
- The pTimeStampField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTimeStampField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrderByGroup(boolean pbOrderByGroup) throws IOException, AutomationException
pbOrderByGroup
- The pbOrderByGroup (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOrderByGroup() throws IOException, AutomationException
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 |