public interface IShadedReliefFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control shaded relief 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 |
IID9604bbdb_cea1_4f79_aa62_cea3a0a50853 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getAltitude()
The solar altitude angle in degrees.
|
double |
getAzimuth()
The solar azimuth angle in degrees with 0 toward North.
|
IRasterColormap |
getColormap()
The raster colormap.
|
java.lang.Object |
getRaster()
The input image.
|
java.lang.Object |
getRGB()
The input RGB image.
|
double |
getZFactor()
The zfactor.
|
void |
setAltitude(double pAltitude)
The solar altitude angle in degrees.
|
void |
setAzimuth(double pAzimuth)
The solar azimuth angle in degrees with 0 toward North.
|
void |
setColormapByRef(IRasterColormap ppColormap)
The raster colormap.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input image.
|
void |
setRGBByRef(java.lang.Object ppRaster)
The input RGB image.
|
void |
setZFactor(double pZfactor)
The zfactor.
|
static final int IID9604bbdb_cea1_4f79_aa62_cea3a0a50853
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.java.lang.Object getRGB() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRGBByRef(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.IRasterColormap getColormap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setColormapByRef(IRasterColormap ppColormap) throws java.io.IOException, AutomationException
ppColormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pZfactor) throws java.io.IOException, AutomationException
pZfactor
- The pZfactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAzimuth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAzimuth(double pAzimuth) throws java.io.IOException, AutomationException
pAzimuth
- The pAzimuth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAltitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAltitude(double pAltitude) throws java.io.IOException, AutomationException
pAltitude
- The pAltitude (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.