com.esri.arcgis.carto
Interface esriViewDrawPhase

All Superinterfaces:
java.io.Serializable

public interface esriViewDrawPhase
extends java.io.Serializable

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

Description: 'View draw phase options.' 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 esriViewAll
          Draws everything.
static int esriViewBackground
          Draws the background.
static int esriViewForeground
          Draws the foreground.
static int esriViewGeography
          Draws the geography.
static int esriViewGeoSelection
          Draws the selected geography.
static int esriViewGraphics
          Draws the annotation.
static int esriViewGraphicSelection
          Draws the selected annotation.
static int esriViewInitialized
          View initialized: AfterDraw event only.
static int esriViewNone
          Draws nothing.
 

Field Detail

esriViewNone

static final int esriViewNone
Draws nothing.

See Also:
Constant Field Values

esriViewBackground

static final int esriViewBackground
Draws the background.

See Also:
Constant Field Values

esriViewGeography

static final int esriViewGeography
Draws the geography.

See Also:
Constant Field Values

esriViewGeoSelection

static final int esriViewGeoSelection
Draws the selected geography.

See Also:
Constant Field Values

esriViewGraphics

static final int esriViewGraphics
Draws the annotation.

See Also:
Constant Field Values

esriViewGraphicSelection

static final int esriViewGraphicSelection
Draws the selected annotation.

See Also:
Constant Field Values

esriViewForeground

static final int esriViewForeground
Draws the foreground.

See Also:
Constant Field Values

esriViewInitialized

static final int esriViewInitialized
View initialized: AfterDraw event only.

See Also:
Constant Field Values

esriViewAll

static final int esriViewAll
Draws everything.

See Also:
Constant Field Values