public interface IRasterDatasetCrawler
extends java.io.Serializable
Description: 'Provides access to members that control a raster dataset 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID31d3dce2_6908_44a1_bec5_0026ec05df76 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID31d3dce2_6908_44a1_bec5_0026ec05df76
static final int xxDummy
static final java.lang.String IID
void setRasterDatasetByRef(IRasterDataset ppRasterDataset) throws java.io.IOException, AutomationException
ppRasterDataset
- A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterDataset getRasterDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDatasetNameByRef(IName ppDatasetName) throws java.io.IOException, AutomationException
ppDatasetName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.