public interface IRadarBuilder
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2f61da6d_5e2f_40a4_aec1_6992166eeaf4 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IID2f61da6d_5e2f_40a4_aec1_6992166eeaf4
static final int xxDummy
static final java.lang.String IID
void setRadarCalibration(int bCalibration)
throws java.io.IOException,
AutomationException
bCalibration - A com.esri.arcgis.datasourcesraster.esriRadarCalibration constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getRadarCalibration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRadarPolarization(int bPolarization)
throws java.io.IOException,
AutomationException
bPolarization - A com.esri.arcgis.datasourcesraster.esriRadarPolarization constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getRadarPolarization()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.