com.esri.arcgis.datasourcesraster
Interface INoDataFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INoDataFilterProxy, NoDataFilter

public interface INoDataFilter
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa373b8b2_b46a_4f62_88f8_b75bcfb55757
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDa373b8b2_b46a_4f62_88f8_b75bcfb55757

static final int IIDa373b8b2_b46a_4f62_88f8_b75bcfb55757
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

getNoDataToPixelValue

double getNoDataToPixelValue()
                             throws java.io.IOException,
                                    AutomationException
The valid pixel value to be assigned to NoData pixels.

Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNoDataToPixelValue

void setNoDataToPixelValue(double pValue)
                           throws java.io.IOException,
                                  AutomationException
The valid pixel value to be assigned to NoData pixels.

Parameters:
pValue - The pValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.