public interface ISlopeFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control slope 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 |
IIDafa7c443_cb8a_4263_8fbf_927b38edf1b8 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAnalysisTargetDevice()
The analysis target device.
|
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 |
setAnalysisTargetDevice(int pAnalysisTargetDevice)
The analysis target device.
|
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 IIDafa7c443_cb8a_4263_8fbf_927b38edf1b8
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.int getAnalysisTargetDevice() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAnalysisTargetDevice(int pAnalysisTargetDevice) throws java.io.IOException, AutomationException
pAnalysisTargetDevice
- A com.esri.arcgis.datasourcesraster.esriGeoAnalysisAnalysisTargetDeviceEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.