com.esri.arcgis.datasourcesraster
Interface IFocalStatisticsFilter2

All Superinterfaces:
IFocalStatisticsFilter, java.io.Serializable
All Known Implementing Classes:
FocalStatisticsFilter, IFocalStatisticsFilter2Proxy

public interface IFocalStatisticsFilter2
extends IFocalStatisticsFilter, java.io.Serializable

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

Description: 'Provides access to members that control a focal statistics 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 IID831bcc6a_9bcd_4285_a9ee_adbc296d93ff
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IFocalStatisticsFilter
IIDd08fd5fb_e3ba_4858_ae1d_d0423827dbbc
 
Method Summary
 boolean isFillNoDataOnly()
          Option to fill only no data with pixel value.
 void setFillNoDataOnly(boolean pFillNoData)
          Option to fill only no data with pixel value.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IFocalStatisticsFilter
getType, setSize, setType
 

Field Detail

IID831bcc6a_9bcd_4285_a9ee_adbc296d93ff

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

isFillNoDataOnly

boolean isFillNoDataOnly()
                         throws java.io.IOException,
                                AutomationException
Option to fill only no data with pixel value.

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

setFillNoDataOnly

void setFillNoDataOnly(boolean pFillNoData)
                       throws java.io.IOException,
                              AutomationException
Option to fill only no data with pixel value.

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