com.esri.arcgis.datasourcesraster
Interface IStatisticsFunctionArguments2

All Superinterfaces:
IStatisticsFunctionArguments, Serializable
All Known Implementing Classes:
StatisticsFunctionArguments

public interface IStatisticsFunctionArguments2
extends IStatisticsFunctionArguments, Serializable

Provides access to members that control focal statistics function arguments.

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 pbFillNoData)
          Option to fill only no data with pixel value.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IStatisticsFunctionArguments
getColumns, getRaster, getRows, getType, setColumns, setRasterByRef, setRows, setType
 

Method Detail

setFillNoDataOnly

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

Product Availability

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

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

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 pbFillNoData
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.