com.esri.arcgis.datasourcesraster
Interface IRasterTypeFactory2

All Superinterfaces:
IRasterTypeFactory, Serializable
All Known Implementing Classes:
RasterTypeFactory

public interface IRasterTypeFactory2
extends IRasterTypeFactory, Serializable

Provides access to members that control a raster type factory.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void updateRasterTypeDefaults(IRasterType pRasterType, IMosaicDataset pMosaicDataset, IDataSourceCrawler pCrawler)
          Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeFactory
createRasterType, getCLSID, getName, getRasterTypeNames
 

Method Detail

updateRasterTypeDefaults

void updateRasterTypeDefaults(IRasterType pRasterType,
                              IMosaicDataset pMosaicDataset,
                              IDataSourceCrawler pCrawler)
                              throws IOException,
                                     AutomationException
Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pRasterType - A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)
pMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
pCrawler - A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.