public interface IMaskFunctionArguments2 extends IMaskFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control mask 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 |
IIDd726fd4b_bf1e_4447_ab48_4e357ef6f134 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID0ceaeca7_5468_4124_b362_f65c7a49bccb
Modifier and Type | Method and Description |
---|---|
int |
getNoDataInterpretation()
Defines how the NoData values should be interpreted.
|
void |
setNoDataInterpretation(int pNoDataInterpretation)
Defines how the NoData values should be interpreted.
|
getIncludedRanges, getNoDataValues, getRaster, setIncludedRangesByRef, setNoDataValuesByRef, setRasterByRef
static final int IIDd726fd4b_bf1e_4447_ab48_4e357ef6f134
static final int xxDummy
static final java.lang.String IID
int getNoDataInterpretation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoDataInterpretation(int pNoDataInterpretation) throws java.io.IOException, AutomationException
pNoDataInterpretation
- A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.