com.esri.arcgis.carto
Interface esriRasterStretchStatsTypeEnum

All Superinterfaces:
Serializable

public interface esriRasterStretchStatsTypeEnum
extends Serializable

Raster stretch statistics types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriRasterStretchStats_AreaOfView
          Stretch stats from current Area Of View.
static int esriRasterStretchStats_Dataset
          Stretch stats from current Dataset being rendered.
static int esriRasterStretchStats_GlobalStats
          Stretch stats from global stats definition.
 

Field Detail

esriRasterStretchStats_AreaOfView

static final int esriRasterStretchStats_AreaOfView
Stretch stats from current Area Of View.

See Also:
Constant Field Values

esriRasterStretchStats_Dataset

static final int esriRasterStretchStats_Dataset
Stretch stats from current Dataset being rendered.

See Also:
Constant Field Values

esriRasterStretchStats_GlobalStats

static final int esriRasterStretchStats_GlobalStats
Stretch stats from global stats definition.

See Also:
Constant Field Values