|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMosaicOperator
Provides access to members that control custom mosaic operators.
IMosaicRaster,
IRasterLoader| Method Summary | |
|---|---|
IPropertySet |
getProperties()
Mosaic operator properties. |
void |
init(int nBands,
int nBlockCols,
int nBlockRows)
Initializes a mosaic operator. |
void |
operate(int x,
int y,
int v1,
int[] v2)
Operates on two integer values and returns a new one. |
void |
setCurrentBand(int rhs1)
The current band index. |
void |
setProperties(IPropertySet ppProperties)
Mosaic operator properties. |
| Method Detail |
|---|
IPropertySet getProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProperties(IPropertySet ppProperties)
throws IOException,
AutomationException
ppProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void init(int nBands,
int nBlockCols,
int nBlockRows)
throws IOException,
AutomationException
nBands - The nBands (in)nBlockCols - The nBlockCols (in)nBlockRows - The nBlockRows (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCurrentBand(int rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void operate(int x,
int y,
int v1,
int[] v2)
throws IOException,
AutomationException
x - The x (in)y - The y (in)v1 - The v1 (in)v2 - The v2 (in/out: use single element array)
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 | ||||||||