com.esri.arcgis.datasourcesraster
Interface IRadarBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
RadarBuilder

public interface IRadarBuilder
extends Serializable

Provides access to members that control the Radar builder.

Product Availability

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


Method Summary
 int getRadarCalibration()
          Type of radar calibration to be applied.
 int getRadarPolarization()
          Type of polarization to be added.
 void setRadarCalibration(int bCalibration)
          Type of radar calibration to be applied.
 void setRadarPolarization(int bPolarization)
          Type of polarization to be added.
 

Method Detail

setRadarCalibration

void setRadarCalibration(int bCalibration)
                         throws IOException,
                                AutomationException
Type of radar calibration to be applied.

Product Availability

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

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

getRadarCalibration

int getRadarCalibration()
                        throws IOException,
                               AutomationException
Type of radar calibration to be applied.

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.

setRadarPolarization

void setRadarPolarization(int bPolarization)
                          throws IOException,
                                 AutomationException
Type of polarization to be added.

Product Availability

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

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

getRadarPolarization

int getRadarPolarization()
                         throws IOException,
                                AutomationException
Type of polarization to be added.

Product Availability

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

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