|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.ITableCrawlerProxy
public class ITableCrawlerProxy
Provides access to members that control a crawler capable of traversing tables.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ITableCrawlerProxy()
|
|
ITableCrawlerProxy(Object obj)
|
protected |
ITableCrawlerProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public ITableCrawlerProxy()
public ITableCrawlerProxy(Object obj)
throws IOException
IOException
protected ITableCrawlerProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
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 | ||||||||