com.esri.arcgis.datasourcesraster
Interface IStatisticsFunctionArguments2

All Superinterfaces:
IStatisticsFunctionArguments, java.io.Serializable
All Known Implementing Classes:
IStatisticsFunctionArguments2Proxy, StatisticsFunctionArguments

public interface IStatisticsFunctionArguments2
extends IStatisticsFunctionArguments, java.io.Serializable

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

Description: 'Provides access to members that control focal statistics function arguments.' 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 IID2506bf76_253a_4262_8440_ed00db372a32
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IStatisticsFunctionArguments
IID9d5d6cf6_1ed8_4d3a_b91f_b743444722c2
 
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
 

Field Detail

IID2506bf76_253a_4262_8440_ed00db372a32

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

setFillNoDataOnly

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

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

isFillNoDataOnly

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

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