com.esri.arcgis.datasourcesraster
Interface IFocalStatisticsFilter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IFocalStatisticsFilter2
All Known Implementing Classes:
FocalStatisticsFilter, IFocalStatisticsFilter2Proxy, IFocalStatisticsFilterProxy

public interface IFocalStatisticsFilter
extends java.io.Serializable

COM Interface 'IFocalStatisticsFilter'. 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 IIDd08fd5fb_e3ba_4858_ae1d_d0423827dbbc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getType()
          The focal statistic type.
 void setSize(int nColumns, int nRows)
          Sets the size of the focal filter.
 void setType(int pType)
          The focal statistic type.
 

Field Detail

IIDd08fd5fb_e3ba_4858_ae1d_d0423827dbbc

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The focal statistic type.

Returns:
A com.esri.arcgis.datasourcesraster.esriFocalStatisticType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int pType)
             throws java.io.IOException,
                    AutomationException
The focal statistic type.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriFocalStatisticType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSize

void setSize(int nColumns,
             int nRows)
             throws java.io.IOException,
                    AutomationException
Sets the size of the focal filter.

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