com.esri.arcgis.datasourcesraster
Interface rstMosaicColormapMode

All Superinterfaces:
Serializable

public interface rstMosaicColormapMode
extends Serializable

The mode for mosaicking pseudocolor raster datasets.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int MM_FIRST
          Uses the first colormap.
static int MM_LAST
          Uses the last colormap.
static int MM_MATCH
          Matches two colormaps.
static int MM_REJECT
          Rejects mosaicking of colormaped raster datasets.
 

Field Detail

MM_REJECT

static final int MM_REJECT
Rejects mosaicking of colormaped raster datasets.

See Also:
Constant Field Values

MM_FIRST

static final int MM_FIRST
Uses the first colormap.

See Also:
Constant Field Values

MM_LAST

static final int MM_LAST
Uses the last colormap.

See Also:
Constant Field Values

MM_MATCH

static final int MM_MATCH
Matches two colormaps.

See Also:
Constant Field Values