|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDatasetCrawler
Provides access to members that control a raster dataset crawler.
Method Summary | |
---|---|
IName |
getDatasetName()
The name object representing the raster dataset to crawl. |
IRasterDataset |
getRasterDataset()
The raster dataset to crawl. |
void |
setDatasetNameByRef(IName ppDatasetName)
The name object representing the raster dataset to crawl. |
void |
setRasterDatasetByRef(IRasterDataset ppRasterDataset)
The raster dataset to crawl. |
Method Detail |
---|
void setRasterDatasetByRef(IRasterDataset ppRasterDataset) throws IOException, AutomationException
ppRasterDataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterDataset getRasterDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatasetNameByRef(IName ppDatasetName) throws IOException, AutomationException
ppDatasetName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getDatasetName() 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 |