public interface IDefineNoDataParameters2 extends IDefineNoDataParameters, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID46e8419e_07ab_40cc_8a5d_8566f8c8918d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9cfc869f_0be0_485c_9e5a_9d4bdea0cc4f
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, setIncludedRangesByRef, setNoDataValuesByRef
static final int IID46e8419e_07ab_40cc_8a5d_8566f8c8918d
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.