com.esri.arcgis.datasourcesraster
Interface esriMosaicMethod

All Superinterfaces:
Serializable

public interface esriMosaicMethod
extends Serializable

The raster mosaic methods.

Product Availability

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


Field Summary
static int esriMosaicAttribute
          By an attribute or the closest from the attribute to a given base value.
static int esriMosaicCenter
          By the closest to the center.
static int esriMosaicLockRaster
          By a given raster ID.
static int esriMosaicNadir
          By the closest to the nadir.
static int esriMosaicNone
          By no special ordering.
static int esriMosaicNorthwest
          By the closest to a view point positioned far in northwest.
static int esriMosaicSeamline
          By the Seamline.
static int esriMosaicViewpoint
          By the closest to a given view point.
 

Field Detail

esriMosaicNone

static final int esriMosaicNone
By no special ordering.

See Also:
Constant Field Values

esriMosaicCenter

static final int esriMosaicCenter
By the closest to the center.

See Also:
Constant Field Values

esriMosaicNadir

static final int esriMosaicNadir
By the closest to the nadir.

See Also:
Constant Field Values

esriMosaicViewpoint

static final int esriMosaicViewpoint
By the closest to a given view point.

See Also:
Constant Field Values

esriMosaicAttribute

static final int esriMosaicAttribute
By an attribute or the closest from the attribute to a given base value.

See Also:
Constant Field Values

esriMosaicLockRaster

static final int esriMosaicLockRaster
By a given raster ID.

See Also:
Constant Field Values

esriMosaicNorthwest

static final int esriMosaicNorthwest
By the closest to a view point positioned far in northwest.

See Also:
Constant Field Values

esriMosaicSeamline

static final int esriMosaicSeamline
By the Seamline.

See Also:
Constant Field Values