com.esri.arcgis.globecore
Interface esriGlobeCustomDrawType

All Superinterfaces:
java.io.Serializable

public interface esriGlobeCustomDrawType
extends java.io.Serializable

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

Description: 'Types of custom globe layer draw.' 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 esriGlobeCustomDrawByTile
          Rasterization by Custom Layer's GetTile method.
static int esriGlobeCustomDrawOpenGL
          Draw as 3D objects by Custom Layer's OpenGLDraw method.
static int esriGlobeCustomDrawOpenGLAndRasterize
          Supports both OpenGL and Rasterize modes.
static int esriGlobeCustomDrawRasterize
          Rasterization by Layer's Draw method.
static int esriGlobeCustomDrawVector
          Vectorization by Layer's Draw method.
 

Field Detail

esriGlobeCustomDrawRasterize

static final int esriGlobeCustomDrawRasterize
Rasterization by Layer's Draw method.

See Also:
Constant Field Values

esriGlobeCustomDrawByTile

static final int esriGlobeCustomDrawByTile
Rasterization by Custom Layer's GetTile method.

See Also:
Constant Field Values

esriGlobeCustomDrawOpenGL

static final int esriGlobeCustomDrawOpenGL
Draw as 3D objects by Custom Layer's OpenGLDraw method.

See Also:
Constant Field Values

esriGlobeCustomDrawOpenGLAndRasterize

static final int esriGlobeCustomDrawOpenGLAndRasterize
Supports both OpenGL and Rasterize modes.

See Also:
Constant Field Values

esriGlobeCustomDrawVector

static final int esriGlobeCustomDrawVector
Vectorization by Layer's Draw method.

See Also:
Constant Field Values