com.esri.arcgis.datasourcesraster
Interface IDefineNoDataParameters2

All Superinterfaces:
IDefineNoDataParameters, java.io.Serializable
All Known Implementing Classes:
DefineNoDataParameters, IDefineNoDataParameters2Proxy

public interface IDefineNoDataParameters2
extends IDefineNoDataParameters, java.io.Serializable

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

Description: 'Provides access to members that control parameters for defining NoData values for items in a mosaic dataset.' 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 IID46e8419e_07ab_40cc_8a5d_8566f8c8918d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IDefineNoDataParameters
IID9cfc869f_0be0_485c_9e5a_9d4bdea0cc4f
 
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.IDefineNoDataParameters
getIncludedRanges, getNoDataValues, setIncludedRangesByRef, setNoDataValuesByRef
 

Field Detail

IID46e8419e_07ab_40cc_8a5d_8566f8c8918d

static final int IID46e8419e_07ab_40cc_8a5d_8566f8c8918d
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.