com.esri.arcgis.datasourcesraster
Interface IRadarBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRadarBuilderProxy, RadarBuilder

public interface IRadarBuilder
extends java.io.Serializable

COM Interface 'IRadarBuilder'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control the Radar builder.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2f61da6d_5e2f_40a4_aec1_6992166eeaf4
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID2f61da6d_5e2f_40a4_aec1_6992166eeaf4

static final int IID2f61da6d_5e2f_40a4_aec1_6992166eeaf4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRadarCalibration

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

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

getRadarCalibration

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

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

setRadarPolarization

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

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

getRadarPolarization

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

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