public interface IHillshadeFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control hillshade 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 |
IID14a88f3b_6bee_4f29_940b_f0d30d241d0d |
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.
|
java.lang.Object |
getDEM()
The input elevation model.
|
double |
getZFactor()
The Z scale factor that converts z value to the unit of x and y.
|
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 |
setDEMByRef(java.lang.Object ppDEM)
The input elevation model.
|
void |
setZFactor(double pZfactor)
The Z scale factor that converts z value to the unit of x and y.
|
static final int IID14a88f3b_6bee_4f29_940b_f0d30d241d0d
static final int xxDummy
static final java.lang.String IID
java.lang.Object getDEM() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDEMByRef(java.lang.Object ppDEM) throws java.io.IOException, AutomationException
ppDEM
- A reference to another Object (IUnknown) (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.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.