com.esri.arcgis.datasourcesraster
Interface IRadarCalibrationFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
RadarCalibrationFunctionArguments

public interface IRadarCalibrationFunctionArguments
extends Serializable

Provides access to members that control radiometric calibration for radar imagery.

Product Availability

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


Method Summary
 int getCalibrationType()
          The type of calibration.
 Object getRaster()
          The source raster object.
 void setCalibrationType(int pType)
          The type of calibration.
 void setRasterByRef(Object ppRaster)
          The source raster object.
 

Method Detail

getRaster

Object getRaster()
                 throws IOException,
                        AutomationException
The source raster object.

Product Availability

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

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(Object ppRaster)
                    throws IOException,
                           AutomationException
The source raster object.

Product Availability

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

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalibrationType

void setCalibrationType(int pType)
                        throws IOException,
                               AutomationException
The type of calibration.

Product Availability

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

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriRadarCalibration constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCalibrationType

int getCalibrationType()
                       throws IOException,
                              AutomationException
The type of calibration.

Product Availability

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

Returns:
A com.esri.arcgis.datasourcesraster.esriRadarCalibration constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.