public interface IReflectanceFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Apparent Reflectance raster function arguments.' 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 |
IIDa8e7e036_d6f4_48c1_a201_487f3ec757ac |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IDoubleArray |
getRadianceBiasValues()
The radiance bias values for each band.
|
IDoubleArray |
getRadianceGainValues()
The radiance gain values for each band.
|
java.lang.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(java.lang.Object ppRaster)
The input raster.
|
void |
setSunElevation(double pSunElevation)
The Sun Elevation of the sensor when the image was captured
|
static final int IIDa8e7e036_d6f4_48c1_a201_487f3ec757ac
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getRadianceGainValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRadianceGainValuesByRef(IDoubleArray ppRanges) throws java.io.IOException, AutomationException
ppRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getRadianceBiasValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRadianceBiasValuesByRef(IDoubleArray ppRanges) throws java.io.IOException, AutomationException
ppRanges
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSunElevation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSunElevation(double pSunElevation) throws java.io.IOException, AutomationException
pSunElevation
- The pSunElevation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.