|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReflectanceFunctionArguments
Provides access to members that control Apparent Reflectance raster function arguments.
Method Summary | |
---|---|
IDoubleArray |
getRadianceBiasValues()
The radiance bias values for each band. |
IDoubleArray |
getRadianceGainValues()
The radiance gain values for each band. |
Object |
getRaster()
The input raster. |
double |
getSunElevation()
The Sun Elevation of the sensor when the image was captured |
void |
setRadianceBiasValuesByRef(IDoubleArray ppRanges)
The radiance bias values for each band. |
void |
setRadianceGainValuesByRef(IDoubleArray ppRanges)
The radiance gain values for each band. |
void |
setRasterByRef(Object ppRaster)
The input raster. |
void |
setSunElevation(double pSunElevation)
The Sun Elevation of the sensor when the image was captured |
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.IDoubleArray getRadianceGainValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRadianceGainValuesByRef(IDoubleArray ppRanges) throws IOException, AutomationException
ppRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getRadianceBiasValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRadianceBiasValuesByRef(IDoubleArray ppRanges) throws IOException, AutomationException
ppRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSunElevation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSunElevation(double pSunElevation) throws IOException, AutomationException
pSunElevation
- The pSunElevation (in)
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 |