![]() |
This document is archived and information here might be outdated. Recommended version. |
Types of custom globe layer draw.
| Constant | Value | Description |
|---|---|---|
| esriGlobeCustomDrawRasterize | 1 | Rasterization by Layer's Draw method. |
| esriGlobeCustomDrawByTile | 2 | Rasterization by Custom Layer's GetTile method. |
| esriGlobeCustomDrawOpenGL | 4 | Draw as 3D objects by Custom Layer's OpenGLDraw method. |
| esriGlobeCustomDrawOpenGLAndRasterize | 5 | Supports both OpenGL and Rasterize modes. |
| esriGlobeCustomDrawVector | 8 | Vectorization by Layer's Draw method. |