|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableCrawler
COM Interface 'ITableCrawler'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID6e943337_d364_4b76_94cc_f7432305a851
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID6e943337_d364_4b76_94cc_f7432305a851
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||