com.esri.arcgis.datasourcesraster
Interface IMaskFunctionArguments2

All Superinterfaces:
IMaskFunctionArguments, java.io.Serializable
All Known Implementing Classes:
IMaskFunctionArguments2Proxy, MaskFunctionArguments

public interface IMaskFunctionArguments2
extends IMaskFunctionArguments, java.io.Serializable

COM Interface 'IMaskFunctionArguments2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd726fd4b_bf1e_4447_ab48_4e357ef6f134
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMaskFunctionArguments
IID0ceaeca7_5468_4124_b362_f65c7a49bccb
 
Method Summary
 int getNoDataInterpretation()
          Defines how the NoData values should be interpreted.
 void setNoDataInterpretation(int pNoDataInterpretation)
          Defines how the NoData values should be interpreted.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMaskFunctionArguments
getIncludedRanges, getNoDataValues, getRaster, setIncludedRangesByRef, setNoDataValuesByRef, setRasterByRef
 

Field Detail

IIDd726fd4b_bf1e_4447_ab48_4e357ef6f134

static final int IIDd726fd4b_bf1e_4447_ab48_4e357ef6f134
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getNoDataInterpretation

int getNoDataInterpretation()
                            throws java.io.IOException,
                                   AutomationException
Defines how the NoData values should be interpreted.

Returns:
A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataInterpretation

void setNoDataInterpretation(int pNoDataInterpretation)
                             throws java.io.IOException,
                                    AutomationException
Defines how the NoData values should be interpreted.

Parameters:
pNoDataInterpretation - A com.esri.arcgis.datasourcesraster.esriNoDataInterpretation constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.