com.esri.arcgis.datasourcesraster
Class ITableCrawlerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.ITableCrawlerProxy
All Implemented Interfaces:
ITableCrawler, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITableCrawler2Proxy

public class ITableCrawlerProxy
extends com.esri.arcgis.interop.Dispatch
implements ITableCrawler, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.ITableCrawler
IID, IID6e943337_d364_4b76_94cc_f7432305a851
 
Constructor Summary
  ITableCrawlerProxy()
          For internal use only
  ITableCrawlerProxy(java.lang.Object obj)
           
protected ITableCrawlerProxy(java.lang.Object obj, java.lang.String iid)
           
  ITableCrawlerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITableCrawlerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ITableCrawlerProxy

public ITableCrawlerProxy(java.lang.String CLSID,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.net.UnknownHostException,
                          java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ITableCrawlerProxy

public ITableCrawlerProxy()
For internal use only


ITableCrawlerProxy

public ITableCrawlerProxy(java.lang.Object obj)
                   throws java.io.IOException
Throws:
java.io.IOException

ITableCrawlerProxy

protected ITableCrawlerProxy(java.lang.Object obj,
                             java.lang.String iid)
                      throws java.io.IOException
Throws:
java.io.IOException

ITableCrawlerProxy

protected ITableCrawlerProxy(java.lang.String CLSID,
                             java.lang.String iid,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setCrawlerItemType

public void setCrawlerItemType(int rhs1)
                        throws java.io.IOException,
                               AutomationException
The type of item returned by the crawler.

Specified by:
setCrawlerItemType in interface ITableCrawler
Parameters:
rhs1 - A com.esri.arcgis.datasourcesraster.esriCrawlerDataSourceType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryFilterByRef

public void setQueryFilterByRef(IQueryFilter ppQueryFilter)
                         throws java.io.IOException,
                                AutomationException
The query filter associated with the specified 'Table'. Only rows that match the specified filter's criteria are returned by the crawler.

Specified by:
setQueryFilterByRef in interface ITableCrawler
Parameters:
ppQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueryFilter

public IQueryFilter getQueryFilter()
                            throws java.io.IOException,
                                   AutomationException
The query filter associated with the specified 'Table'. Only rows that match the specified filter's criteria are returned by the crawler.

Specified by:
getQueryFilter in interface ITableCrawler
Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionSetByRef

public void setSelectionSetByRef(ISelectionSet ppSelectionSet)
                          throws java.io.IOException,
                                 AutomationException
The selection set as a source of the data to crawl.

Specified by:
setSelectionSetByRef in interface ITableCrawler
Parameters:
ppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionSet

public ISelectionSet getSelectionSet()
                              throws java.io.IOException,
                                     AutomationException
The selection set as a source of the data to crawl.

Specified by:
getSelectionSet in interface ITableCrawler
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableByRef

public void setTableByRef(ITable ppTable)
                   throws java.io.IOException,
                          AutomationException
The table as a source of the data to crawl.

Specified by:
setTableByRef in interface ITableCrawler
Parameters:
ppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTable

public ITable getTable()
                throws java.io.IOException,
                       AutomationException
The table as a source of the data to crawl.

Specified by:
getTable in interface ITableCrawler
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceField

public void setSourceField(java.lang.String pSourceField)
                    throws java.io.IOException,
                           AutomationException
The name of the field that references the raster dataset.

Specified by:
setSourceField in interface ITableCrawler
Parameters:
pSourceField - The pSourceField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceField

public java.lang.String getSourceField()
                                throws java.io.IOException,
                                       AutomationException
The name of the field that references the raster dataset.

Specified by:
getSourceField in interface ITableCrawler
Returns:
The pSourceField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGroupField

public void setGroupField(java.lang.String pGroupField)
                   throws java.io.IOException,
                          AutomationException
The name of the field that contains values that identify groups of related items.

Specified by:
setGroupField in interface ITableCrawler
Parameters:
pGroupField - The pGroupField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGroupField

public java.lang.String getGroupField()
                               throws java.io.IOException,
                                      AutomationException
The name of the field that contains values that identify groups of related items.

Specified by:
getGroupField in interface ITableCrawler
Returns:
The pGroupField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeStampField

public void setTimeStampField(java.lang.String pTimeStampField)
                       throws java.io.IOException,
                              AutomationException
The name of the field that contains time stamp value associated with the row.

Specified by:
setTimeStampField in interface ITableCrawler
Parameters:
pTimeStampField - The pTimeStampField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeStampField

public java.lang.String getTimeStampField()
                                   throws java.io.IOException,
                                          AutomationException
The name of the field that contains time stamp value associated with the row.

Specified by:
getTimeStampField in interface ITableCrawler
Returns:
The pTimeStampField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByGroup

public void setOrderByGroup(boolean pbOrderByGroup)
                     throws java.io.IOException,
                            AutomationException
Indicates whether the table crawler orders rows by values in the group name field.

Specified by:
setOrderByGroup in interface ITableCrawler
Parameters:
pbOrderByGroup - The pbOrderByGroup (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOrderByGroup

public boolean isOrderByGroup()
                       throws java.io.IOException,
                              AutomationException
Indicates whether the table crawler orders rows by values in the group name field.

Specified by:
isOrderByGroup in interface ITableCrawler
Returns:
The pbOrderByGroup
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.