com.esri.arcgis.datasourcesraster
Interface IGenericObjectCrawler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GenericObjectCrawler, IGenericObjectCrawlerProxy

public interface IGenericObjectCrawler
extends java.io.Serializable

COM Interface 'IGenericObjectCrawler'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control an object crawler.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1c43ccbb_7fdb_4e06_9583_5197a9cb2388
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getObject()
          The object to crawl.
 void setCrawlerItemType(int rhs1)
          The data source type associated with this crawler.
 void setObjectByRef(java.lang.Object ppObject)
          The object to crawl.
 

Field Detail

IID1c43ccbb_7fdb_4e06_9583_5197a9cb2388

static final int IID1c43ccbb_7fdb_4e06_9583_5197a9cb2388
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCrawlerItemType

void setCrawlerItemType(int rhs1)
                        throws java.io.IOException,
                               AutomationException
The data source type associated with this crawler.

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.

setObjectByRef

void setObjectByRef(java.lang.Object ppObject)
                    throws java.io.IOException,
                           AutomationException
The object to crawl.

Parameters:
ppObject - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObject

java.lang.Object getObject()
                           throws java.io.IOException,
                                  AutomationException
The object to crawl.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.