public interface ISAIFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control slope-aspect index (SAI) 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 |
IIDb1b58723_1fe1_4158_8afe_a77ec8ec8785 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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 IIDb1b58723_1fe1_4158_8afe_a77ec8ec8785
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 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.