com.esri.arcgis.datasourcesraster
Interface IDERasterUtilities

All Superinterfaces:
Serializable
All Known Implementing Classes:
DERasterUtilities

public interface IDERasterUtilities
extends Serializable

Provides access to the Raster Data Element Utilities.

Product Availability

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


Method Summary
 void assignRasterBandProperties(IRasterBand pDataset, IDataElement pDataElement)
          Assign raster band properties.
 void assignRasterDatasetProperties(IRasterDataset pDataset, IDataElement pDataElement)
          Assign raster dataset properties.
 

Method Detail

assignRasterDatasetProperties

void assignRasterDatasetProperties(IRasterDataset pDataset,
                                   IDataElement pDataElement)
                                   throws IOException,
                                          AutomationException
Assign raster dataset properties.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

assignRasterBandProperties

void assignRasterBandProperties(IRasterBand pDataset,
                                IDataElement pDataElement)
                                throws IOException,
                                       AutomationException
Assign raster band properties.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pDataset - A reference to a com.esri.arcgis.datasourcesraster.IRasterBand (in)
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.