IMosaicOperator2 Interface

Provides access to members that control a custom mosaic operator.

Members

Name Description
Method Operate Operates on two floating-point values and returns a new one.

IMosaicOperator2.Operate Method

Operates on two floating-point values and returns a new one.

Public Sub Operate ( _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByVal v1 As Double, _
    ByRef v2 As Double _
)
public void Operate (
    int x,
    int y,
    double v1,
    ref double v2
);

Classes that implement IMosaicOperator2

Classes Description
BlendMosaicker A custom raster mosaic operator for performing blend value mosaic.
MeanMosaicker A custom raster mosaic operator for performing mean value mosaic.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.