|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.GenericObjectCrawler
public class GenericObjectCrawler
COM Class 'GenericObjectCrawler'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description 'A crawler for objects.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IDataSourceCrawler |
|---|
IID, IIDa1631439_6f80_4ac3_b559_0d1836f6b13a, xxDummy |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IGenericObjectCrawler |
|---|
IID, IID1c43ccbb_7fdb_4e06_9583_5197a9cb2388, xxDummy |
| Constructor Summary | |
|---|---|
GenericObjectCrawler()
Constructs a GenericObjectCrawler using ArcGIS Engine. |
|
GenericObjectCrawler(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GenericObjectCrawler theGenericObjectCrawler = (GenericObjectCrawler) obj; |
|
| Method Summary | |
|---|---|
IEnumVariantSimple |
crawl(ITrackCancel pTrackCancel)
Traverses a data store and returns a enumeration of crawled data source items. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getCrawlerItemType()
The type of the data source item returned by this crawler. |
java.lang.String |
getFilter()
A string expression that allows the data source crawler to filter out invalid items. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.Object |
getObject()
The object to crawl. |
ITimeExtent |
getTimeExtent()
The range of allowed time value associated with crawled data source items. |
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. |
void |
release()
Release a GenericObjectCrawler. |
void |
setCrawlerItemType(int rhs1)
The data source type associated with this crawler. |
void |
setFilter(java.lang.String pFilter)
A string expression that allows the data source crawler to filter out invalid items. |
void |
setObjectByRef(java.lang.Object ppObject)
The object to crawl. |
void |
setTimeExtentByRef(ITimeExtent ppTimeExtent)
The range of allowed time value associated with crawled data source items. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericObjectCrawler()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GenericObjectCrawler(java.lang.Object obj)
throws java.io.IOException
GenericObjectCrawler theGenericObjectCrawler = (GenericObjectCrawler) obj;
obj to GenericObjectCrawler.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getCrawlerItemType()
throws java.io.IOException,
AutomationException
getCrawlerItemType in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumVariantSimple crawl(ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
crawl in interface IDataSourceCrawlerpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanFilterByTime()
throws java.io.IOException,
AutomationException
isCanFilterByTime in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeExtentByRef(ITimeExtent ppTimeExtent)
throws java.io.IOException,
AutomationException
setTimeExtentByRef in interface IDataSourceCrawlerppTimeExtent - A reference to a com.esri.arcgis.system.ITimeExtent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITimeExtent getTimeExtent()
throws java.io.IOException,
AutomationException
getTimeExtent in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanFilterByExpression()
throws java.io.IOException,
AutomationException
isCanFilterByExpression in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilter(java.lang.String pFilter)
throws java.io.IOException,
AutomationException
setFilter in interface IDataSourceCrawlerpFilter - The pFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFilter()
throws java.io.IOException,
AutomationException
getFilter in interface IDataSourceCrawlerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCrawlerItemType(int rhs1)
throws java.io.IOException,
AutomationException
setCrawlerItemType in interface IGenericObjectCrawlerrhs1 - A com.esri.arcgis.datasourcesraster.esriCrawlerDataSourceType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectByRef(java.lang.Object ppObject)
throws java.io.IOException,
AutomationException
setObjectByRef in interface IGenericObjectCrawlerppObject - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getObject()
throws java.io.IOException,
AutomationException
getObject in interface IGenericObjectCrawlerjava.io.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 | ||||||||