public interface ICurvatureFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control curvature 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 |
IID67d656e6_d7b1_4819_af72_bbb6c1aeead4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getRaster()
The input elevation model.
|
int |
getType()
Curvature Type
|
double |
getZFactor()
Z Factor
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input elevation model.
|
void |
setType(int type)
Curvature Type
|
void |
setZFactor(double zFactor)
Z Factor
|
static final int IID67d656e6_d7b1_4819_af72_bbb6c1aeead4
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.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.datasourcesraster.esriCurvatureType constant (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 zFactor) throws java.io.IOException, AutomationException
zFactor
- The zFactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.