com.esri.arcgis.globecore
Interface esriGlobeCustomDrawType

All Superinterfaces:
Serializable

public interface esriGlobeCustomDrawType
extends Serializable

Types of custom globe layer draw.

Product Availability

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


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