public interface IMultidimensionalFilterFunctionArguments
extends java.io.Serializable
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 |
IID1ef51a20_9275_4190_b1e5_8fc4c94ec520 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IMultidimensionalDefinition |
getFilter()
The input multidimensional filter.
|
java.lang.Object |
getRaster()
The input multidimensional raster.
|
void |
setFilterByRef(IMultidimensionalDefinition ppMdDef)
The input multidimensional filter.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input multidimensional raster.
|
static final int IID1ef51a20_9275_4190_b1e5_8fc4c94ec520
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 getFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilterByRef(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.