|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPixelFilter2
Provides access to additional members that control a pixel filter.
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. |
Method Detail |
---|
void init(int nCols, int nRows, IEnvelope pExtent) throws IOException, AutomationException
nCols
- The nCols (in)nRows
- The nRows (in)pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initBlock(IPnt pTopLeft, int nBlkCols, int nBlkRows) throws IOException, AutomationException
pTopLeft
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)nBlkCols
- The nBlkCols (in)nBlkRows
- The nBlkRows (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |