com.esri.arcgis.datasourcesraster
Interface IMosaicOperator2

All Superinterfaces:
Serializable
All Known Implementing Classes:
BlendMosaicker, MeanMosaicker

public interface IMosaicOperator2
extends Serializable

Provides access to members that control a custom mosaic operator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IMosaicRaster

Method Summary
 void operate(int x, int y, double v1, double[] v2)
          Operates on two floating-point values and returns a new one.
 

Method Detail

operate

void operate(int x,
             int y,
             double v1,
             double[] v2)
             throws IOException,
                    AutomationException
Operates on two floating-point values and returns a new one.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
x - The x (in)
y - The y (in)
v1 - The v1 (in)
v2 - The v2 (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.