|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.GenericObjectCrawler
public class GenericObjectCrawler
A crawler for objects.
Constructor Summary | |
---|---|
GenericObjectCrawler()
Constructs a GenericObjectCrawler using ArcGIS Engine. |
|
GenericObjectCrawler(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(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCrawlerItemType()
The type of the data source item returned by this crawler. |
String |
getFilter()
A string expression that allows the data source crawler to filter out invalid items. |
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 |
setCrawlerItemType(int rhs1)
The data source type associated with this crawler. |
void |
setFilter(String pFilter)
A string expression that allows the data source crawler to filter out invalid items. |
void |
setObjectByRef(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 |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GenericObjectCrawler() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GenericObjectCrawler(Object obj) throws IOException
GenericObjectCrawler theGenericObjectCrawler = (GenericObjectCrawler) obj;
obj
to GenericObjectCrawler
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getCrawlerItemType() throws IOException, AutomationException
getCrawlerItemType
in interface IDataSourceCrawler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumVariantSimple crawl(ITrackCancel pTrackCancel) throws IOException, AutomationException
crawl
in interface IDataSourceCrawler
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanFilterByTime() throws IOException, AutomationException
isCanFilterByTime
in interface IDataSourceCrawler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeExtentByRef(ITimeExtent ppTimeExtent) throws IOException, AutomationException
setTimeExtentByRef
in interface IDataSourceCrawler
ppTimeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeExtent getTimeExtent() throws IOException, AutomationException
getTimeExtent
in interface IDataSourceCrawler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanFilterByExpression() throws IOException, AutomationException
isCanFilterByExpression
in interface IDataSourceCrawler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFilter(String pFilter) throws IOException, AutomationException
setFilter
in interface IDataSourceCrawler
pFilter
- The pFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFilter() throws IOException, AutomationException
getFilter
in interface IDataSourceCrawler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCrawlerItemType(int rhs1) throws IOException, AutomationException
setCrawlerItemType
in interface IGenericObjectCrawler
rhs1
- A com.esri.arcgis.datasourcesraster.esriCrawlerDataSourceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectByRef(Object ppObject) throws IOException, AutomationException
setObjectByRef
in interface IGenericObjectCrawler
ppObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getObject() throws IOException, AutomationException
getObject
in interface IGenericObjectCrawler
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 |