com.esri.arcgis.datasourcesraster
Interface rstMosaicOperatorType

All Superinterfaces:
Serializable

public interface rstMosaicOperatorType
extends Serializable

Supported types of raster merging operations.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
MosaicRaster, RasterLoader

Field Summary
static int MT_BLEND
          Mosaics using the blend value.
static int MT_CUSTOM
          Mosaics using a custom mosaic operator.
static int MT_FIRST
          Mosaics using the first value.
static int MT_LAST
          Mosaics using the last value.
static int MT_MAX
          Mosaics using the maximum value.
static int MT_MEAN
          Mosaics using the mean value.
static int MT_MIN
          Mosaics using the minimum value.
 

Field Detail

MT_FIRST

static final int MT_FIRST
Mosaics using the first value.

See Also:
Constant Field Values

MT_LAST

static final int MT_LAST
Mosaics using the last value.

See Also:
Constant Field Values

MT_MIN

static final int MT_MIN
Mosaics using the minimum value.

See Also:
Constant Field Values

MT_MAX

static final int MT_MAX
Mosaics using the maximum value.

See Also:
Constant Field Values

MT_MEAN

static final int MT_MEAN
Mosaics using the mean value.

See Also:
Constant Field Values

MT_BLEND

static final int MT_BLEND
Mosaics using the blend value.

See Also:
Constant Field Values

MT_CUSTOM

static final int MT_CUSTOM
Mosaics using a custom mosaic operator.

See Also:
Constant Field Values