|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRadarBuilder
Provides access to members that control the Radar builder.
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 |
---|
void setRadarCalibration(int bCalibration) throws IOException, AutomationException
bCalibration
- A com.esri.arcgis.datasourcesraster.esriRadarCalibration constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRadarCalibration() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRadarPolarization(int bPolarization) throws IOException, AutomationException
bPolarization
- A com.esri.arcgis.datasourcesraster.esriRadarPolarization constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRadarPolarization() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |