com.esri.arcgis.datasourcesraster
Interface IFocalStatisticsFilter2

All Superinterfaces:
IFocalStatisticsFilter, Serializable
All Known Implementing Classes:
FocalStatisticsFilter

public interface IFocalStatisticsFilter2
extends IFocalStatisticsFilter, Serializable

Provides access to members that control a focal statistics filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

isFillNoDataOnly

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFillNoDataOnly

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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