|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRadarCalibrationFunctionArguments
Provides access to members that control radiometric calibration for radar imagery.
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 |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCalibrationType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriRadarCalibration constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCalibrationType() 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 |