|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGenericObjectCrawler
Provides access to members that control an object crawler.
Method Summary | |
---|---|
Object |
getObject()
The object to crawl. |
void |
setCrawlerItemType(int rhs1)
The data source type associated with this crawler. |
void |
setObjectByRef(Object ppObject)
The object to crawl. |
Method Detail |
---|
void setCrawlerItemType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.datasourcesraster.esriCrawlerDataSourceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectByRef(Object ppObject) throws IOException, AutomationException
ppObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getObject() throws IOException, AutomationException
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 |