public interface IComplexFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Complex 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 |
IID0b69eab6_2f4a_47c0_903c_c2e9a1915c26 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getImaginaryRaster()
The input imaginary raster.
|
java.lang.Object |
getRaster()
The input complex or real raster.
|
java.lang.String |
getValueType()
The output value type: AMPLITUDE, PHASE, or COMPLEX.
|
void |
setImaginaryRasterByRef(java.lang.Object ppRaster)
The input imaginary raster.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input complex or real raster.
|
void |
setValueType(java.lang.String pValueType)
The output value type: AMPLITUDE, PHASE, or COMPLEX.
|
static final int IID0b69eab6_2f4a_47c0_903c_c2e9a1915c26
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.Object getImaginaryRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setImaginaryRasterByRef(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 getValueType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValueType(java.lang.String pValueType) throws java.io.IOException, AutomationException
pValueType
- The pValueType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.