com.esri.arcgis.datasourcesraster
Interface IRasterDatasetCrawler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterDatasetCrawlerProxy, RasterDatasetCrawler

public interface IRasterDatasetCrawler
extends java.io.Serializable

COM Interface 'IRasterDatasetCrawler'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID31d3dce2_6908_44a1_bec5_0026ec05df76
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID31d3dce2_6908_44a1_bec5_0026ec05df76

static final int IID31d3dce2_6908_44a1_bec5_0026ec05df76
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRasterDatasetByRef

void setRasterDatasetByRef(IRasterDataset ppRasterDataset)
                           throws java.io.IOException,
                                  AutomationException
The raster dataset to crawl.

Parameters:
ppRasterDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterDataset

IRasterDataset getRasterDataset()
                                throws java.io.IOException,
                                       AutomationException
The raster dataset to crawl.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDatasetNameByRef

void setDatasetNameByRef(IName ppDatasetName)
                         throws java.io.IOException,
                                AutomationException
The name object representing the raster dataset to crawl.

Parameters:
ppDatasetName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetName

IName getDatasetName()
                     throws java.io.IOException,
                            AutomationException
The name object representing the raster dataset to crawl.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.