public interface IGradientFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Gradient raster 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 |
IID9e9ef810_e0a6_4a4c_867a_cdc185d98f50 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDenominatorUnit()
The unit for calculating gradients.
|
java.lang.String |
getGradientDimension()
The dimension along which gradients are calculated.
|
java.lang.Object |
getRaster()
The input raster.
|
void |
setDenominatorUnit(java.lang.String pDenominatorUnit)
The unit for calculating gradients.
|
void |
setGradientDimension(java.lang.String pGradientDimension)
The dimension along which gradients are calculated.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
static final int IID9e9ef810_e0a6_4a4c_867a_cdc185d98f50
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.String getGradientDimension() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGradientDimension(java.lang.String pGradientDimension) throws java.io.IOException, AutomationException
pGradientDimension
- The pGradientDimension (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDenominatorUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDenominatorUnit(java.lang.String pDenominatorUnit) throws java.io.IOException, AutomationException
pDenominatorUnit
- The pDenominatorUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.