com.esri.arcgis.carto
Interface esriRasterStretchStatsTypeEnum

All Superinterfaces:
java.io.Serializable

public interface esriRasterStretchStatsTypeEnum
extends java.io.Serializable

Constants from esriRasterStretchStatsTypeEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Raster stretch statistics types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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