com.esri.arcgis.datasourcesraster
Interface IPixelFilter2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClipFilter, IPixelFilter2Proxy, PansharpeningFilter, PixelFilterCollection

public interface IPixelFilter2
extends java.io.Serializable

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

Description: 'Provides access to additional members that control a pixel 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 IIDed30705b_437a_4ff4_93b3_f1947c70668b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void init(int nCols, int nRows, IEnvelope pExtent)
          Initializes this filter for a given area of interest.
 void initBlock(IPnt pTopLeft, int nBlkCols, int nBlkRows)
          Initialize this filter for a given pixel block.
 

Field Detail

IIDed30705b_437a_4ff4_93b3_f1947c70668b

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

init

void init(int nCols,
          int nRows,
          IEnvelope pExtent)
          throws java.io.IOException,
                 AutomationException
Initializes this filter for a given area of interest.

Parameters:
nCols - The nCols (in)
nRows - The nRows (in)
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initBlock

void initBlock(IPnt pTopLeft,
               int nBlkCols,
               int nBlkRows)
               throws java.io.IOException,
                      AutomationException
Initialize this filter for a given pixel block.

Parameters:
pTopLeft - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
nBlkCols - The nBlkCols (in)
nBlkRows - The nBlkRows (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.