public interface INoDataFilter
extends java.io.Serializable
Description: 'Provides access to members that control a NoData conversion filter.' 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 |
IIDa373b8b2_b46a_4f62_88f8_b75bcfb55757 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getNoDataToPixelValue()
The valid pixel value to be assigned to NoData pixels.
|
void |
setNoDataToPixelValue(double pValue)
The valid pixel value to be assigned to NoData pixels.
|
static final int IIDa373b8b2_b46a_4f62_88f8_b75bcfb55757
static final int xxDummy
static final java.lang.String IID
double getNoDataToPixelValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoDataToPixelValue(double pValue) throws java.io.IOException, AutomationException
pValue
- The pValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.