com.esri.arcgis.datasourcesraster
Interface IRasterTypeEnvironment2
- All Superinterfaces:
- IRasterTypeEnvironment, Serializable
- All Known Implementing Classes:
- RasterTypeEnvironment
public interface IRasterTypeEnvironment2
- extends IRasterTypeEnvironment, Serializable
Provides access to members that control the raster type environment.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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.