public interface IInterpolateRasterByDimensionFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control InterpolateRasterByDimension 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 |
IID5ef98633_e1f9_4840_8a6d_416db65c45b1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IMultidimensionalDefinition |
getDimensionDefinition()
The input dimension definition.
|
int |
getInterpolationMethod()
The input interpolation method.
|
java.lang.Object |
getRaster()
The input multidimensional raster.
|
boolean |
isIgnoreNoData()
Controls whether NoData will be ignored or not when calculating interpolated value.
|
void |
setDimensionDefinitionByRef(IMultidimensionalDefinition ppMdDef)
The input dimension definition.
|
void |
setIgnoreNoData(boolean pbIgnoreNoData)
Controls whether NoData will be ignored or not when calculating interpolated value.
|
void |
setInterpolationMethod(int pInterpolationMethod)
The input interpolation method.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input multidimensional raster.
|
static final int IID5ef98633_e1f9_4840_8a6d_416db65c45b1
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.IMultidimensionalDefinition getDimensionDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDimensionDefinitionByRef(IMultidimensionalDefinition ppMdDef) throws java.io.IOException, AutomationException
ppMdDef
- A reference to a com.esri.arcgis.datasourcesraster.IMultidimensionalDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInterpolationMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInterpolationMethod(int pInterpolationMethod) throws java.io.IOException, AutomationException
pInterpolationMethod
- A com.esri.arcgis.datasourcesraster.esriInterpolateByDimMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isIgnoreNoData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIgnoreNoData(boolean pbIgnoreNoData) throws java.io.IOException, AutomationException
pbIgnoreNoData
- The pbIgnoreNoData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.