|
|||||||||
| 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 |
String |
getBlockField()
The name of the field that contains values that identify blocks of related items. |
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. |
int |
getMaximumMergeItemsCount()
The maximum number of crawled rows allowed in a merged record. |
IMosaicDataset |
getMosaicDataset()
The mosaic datset being crawled by the crawler. |
IStringArray |
getPaths()
Returns all paths associated with the object. |
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 |
isHasThumbnail()
Indicates whether the input mosaic dataset has thumbnail. |
boolean |
isOrderByGroup()
Indicates whether the table crawler orders rows by values in the group name field. |
void |
replacePaths(IStringArray pOldPaths,
IStringArray pNewPaths)
Updates all paths associated with the object using the specified mapping rule. |
void |
setBlockField(String pGroupField)
The name of the field that contains values that identify blocks of related items. |
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 |
setMaximumMergeItemsCount(int pMaximumMergeItemsCount)
The maximum number of crawled rows allowed in a merged record. |
void |
setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
The mosaic datset being crawled by the crawler. |
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.
public void setBlockField(String pGroupField)
throws IOException,
AutomationException
setBlockField in interface ITableCrawler2pGroupField - The pGroupField (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getBlockField()
throws IOException,
AutomationException
getBlockField in interface ITableCrawler2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaximumMergeItemsCount(int pMaximumMergeItemsCount)
throws IOException,
AutomationException
setMaximumMergeItemsCount in interface ITableCrawler2pMaximumMergeItemsCount - The pMaximumMergeItemsCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaximumMergeItemsCount()
throws IOException,
AutomationException
getMaximumMergeItemsCount in interface ITableCrawler2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
throws IOException,
AutomationException
setMosaicDatasetByRef in interface ITableCrawler2ppMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMosaicDataset getMosaicDataset()
throws IOException,
AutomationException
getMosaicDataset in interface ITableCrawler2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasThumbnail()
throws IOException,
AutomationException
isHasThumbnail in interface ITableCrawler2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getPaths()
throws IOException,
AutomationException
getPaths in interface IItemPathsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void replacePaths(IStringArray pOldPaths,
IStringArray pNewPaths)
throws IOException,
AutomationException
replacePaths in interface IItemPathspOldPaths - A reference to a com.esri.arcgis.system.IStringArray (in)pNewPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
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 | ||||||||