| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.TableCrawler
public class TableCrawler
A cralwer for tables.
| Constructor Summary | |
|---|---|
TableCrawler()
Constructs a TableCrawler using ArcGIS Engine.  | 
|
TableCrawler(Object obj)
Construct a TableCrawler using a reference to such an object returned from ArcGIS Engine or Server.  | 
|
| Method Summary | |
|---|---|
 IEnumVariantSimple | 
crawl(ITrackCancel pTrackCancel)
Traverses a data store and returns a enumeration of crawled data source items.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
static String | 
getClsid()
getClsid.  | 
 int | 
getCrawlerItemType()
The type of the data source item returned by this crawler.  | 
 String | 
getFilter()
A string expression that allows the data source crawler to filter out invalid items.  | 
 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.  | 
 ITimeExtent | 
getTimeExtent()
The range of allowed time value associated with crawled data source items.  | 
 String | 
getTimeStampField()
The name of the field that contains time stamp value associated with the row.  | 
 int | 
hashCode()
the hashcode for this object  | 
 boolean | 
isCanFilterByExpression()
Indicates whether the data source crawler can filter items by a string expression like a wild-card filter or SQL Where Clause.  | 
 boolean | 
isCanFilterByTime()
Indicates whether the data source crawler can filter items by time using the 'TimeExtent' property.  | 
 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 | 
setFilter(String pFilter)
A string expression that allows the data source crawler to filter out invalid items.  | 
 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 | 
setTimeExtentByRef(ITimeExtent ppTimeExtent)
The range of allowed time value associated with crawled data source items.  | 
 void | 
setTimeStampField(String pTimeStampField)
The name of the field that contains time stamp value associated with the row.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public TableCrawler()
             throws IOException,
                    UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TableCrawler(Object obj)
             throws IOException
obj to TableCrawler.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
  TableCrawler theTableCrawler = (TableCrawler) obj;| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getCrawlerItemType()
                       throws IOException,
                              AutomationException
getCrawlerItemType in interface IDataSourceCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumVariantSimple crawl(ITrackCancel pTrackCancel)
                         throws IOException,
                                AutomationException
crawl in interface IDataSourceCrawlerpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanFilterByTime()
                          throws IOException,
                                 AutomationException
isCanFilterByTime in interface IDataSourceCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeExtentByRef(ITimeExtent ppTimeExtent)
                        throws IOException,
                               AutomationException
setTimeExtentByRef in interface IDataSourceCrawlerppTimeExtent - A reference to a com.esri.arcgis.system.ITimeExtent  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITimeExtent getTimeExtent()
                          throws IOException,
                                 AutomationException
getTimeExtent in interface IDataSourceCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanFilterByExpression()
                                throws IOException,
                                       AutomationException
isCanFilterByExpression in interface IDataSourceCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilter(String pFilter)
               throws IOException,
                      AutomationException
setFilter in interface IDataSourceCrawlerpFilter - The pFilter  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFilter()
                 throws IOException,
                        AutomationException
getFilter in interface IDataSourceCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCrawlerItemType(int rhs1)
                        throws IOException,
                               AutomationException
setCrawlerItemType in interface ITableCrawlerrhs1 - A com.esri.arcgis.datasourcesraster.esriCrawlerDataSourceType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
                         throws IOException,
                                AutomationException
setQueryFilterByRef in interface ITableCrawlerppQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IQueryFilter getQueryFilter()
                            throws IOException,
                                   AutomationException
getQueryFilter in interface ITableCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
                          throws IOException,
                                 AutomationException
setSelectionSetByRef in interface ITableCrawlerppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISelectionSet getSelectionSet()
                              throws IOException,
                                     AutomationException
getSelectionSet in interface ITableCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTableByRef(ITable ppTable)
                   throws IOException,
                          AutomationException
setTableByRef in interface ITableCrawlerppTable - A reference to a com.esri.arcgis.geodatabase.ITable  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable getTable()
                throws IOException,
                       AutomationException
getTable in interface ITableCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceField(String pSourceField)
                    throws IOException,
                           AutomationException
setSourceField in interface ITableCrawlerpSourceField - The pSourceField  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSourceField()
                      throws IOException,
                             AutomationException
getSourceField in interface ITableCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGroupField(String pGroupField)
                   throws IOException,
                          AutomationException
setGroupField in interface ITableCrawlerpGroupField - The pGroupField  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getGroupField()
                     throws IOException,
                            AutomationException
getGroupField in interface ITableCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeStampField(String pTimeStampField)
                       throws IOException,
                              AutomationException
setTimeStampField in interface ITableCrawlerpTimeStampField - The pTimeStampField  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTimeStampField()
                         throws IOException,
                                AutomationException
getTimeStampField in interface ITableCrawlerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOrderByGroup(boolean pbOrderByGroup)
                     throws IOException,
                            AutomationException
setOrderByGroup in interface ITableCrawlerpbOrderByGroup - The pbOrderByGroup  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOrderByGroup()
                       throws IOException,
                              AutomationException
isOrderByGroup in interface ITableCrawlerIOException - 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 | ||||||||