com.esri.arcgis.datasourcesraster
Interface IMosaicOperator3
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BlendMosaicker
public interface IMosaicOperator3
- extends Serializable
Provides access to members that control custom mosaic operators.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
IMosaicRaster
init
void init(int iCol,
int iRow,
IPixelBlock pBlock,
IPixelBlock pMosaicBlock)
throws IOException,
AutomationException
- Initializes a mosaic operator.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.