com.esri.arcgis.datasourcesraster
Interface IMosaicOperator3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BlendMosaicker, IMosaicOperator3Proxy

public interface IMosaicOperator3
extends java.io.Serializable

Provides access to members that control custom mosaic operators.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
IMosaicRaster

Method Summary
 void init(int iCol, int iRow, IPixelBlock pBlock, IPixelBlock pMosaicBlock)
          Initializes a mosaic operator.
 

Method Detail

init

public void init(int iCol,
                 int iRow,
                 IPixelBlock pBlock,
                 IPixelBlock pMosaicBlock)
          throws java.io.IOException,
                 AutomationException
Initializes a mosaic operator.

Supported Platforms

Windows, Solaris, Linux

Parameters:
iCol - The iCol (in)
iRow - The iRow (in)
pBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
pMosaicBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.