|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableCrawler2
Provides access to members that control a crawler capable of traversing tables.
Method Summary | |
---|---|
String |
getBlockField()
The name of the field that contains values that identify blocks 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. |
boolean |
isHasThumbnail()
Indicates whether the input mosaic dataset has thumbnail. |
void |
setBlockField(String pGroupField)
The name of the field that contains values that identify blocks 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. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.ITableCrawler |
---|
getGroupField, getQueryFilter, getSelectionSet, getSourceField, getTable, getTimeStampField, isOrderByGroup, setCrawlerItemType, setGroupField, setOrderByGroup, setQueryFilterByRef, setSelectionSetByRef, setSourceField, setTableByRef, setTimeStampField |
Method Detail |
---|
void setBlockField(String pGroupField) throws IOException, AutomationException
pGroupField
- The pGroupField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getBlockField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumMergeItemsCount(int pMaximumMergeItemsCount) throws IOException, AutomationException
pMaximumMergeItemsCount
- The pMaximumMergeItemsCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaximumMergeItemsCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset) throws IOException, AutomationException
ppMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicDataset getMosaicDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasThumbnail() 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 |