Provides access to members that manipulate the globe display.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
The only additional property available on IGlobeDisplay3 that is NOT on IGlobeDisplay or IGlobeDisplay2 is the DraftMode property, which allows you to increase rendering performance in your 3D globe view without invalidating your caches.
Members
Description | ||
---|---|---|
ActiveViewer | The active viewer. | |
AdvancedOptions | The data processing and management options. | |
CacheUsage | The disk cache usage in Mb (will return the current one if path is empty string). | |
Clear | Clear the display objects. | |
DirectOpenGLDraw | Indicates if the direct OpenGL draw mode is active. | |
DraftMode | Indicates if the draft display mode is active. | |
EnableMessages | Indicates if the warning and question messages are enabled. | |
FindViewer | Finds the Viewer. | |
GestureEnabled | Indicates if the mouse gestures are supported. | |
GetAllViewers | Returns all registered Viewers. | |
GetBackgroundColor | Returns the background color. | |
GetSurfaceElevation | Find the elevation of a point in the given geographical location. | |
GetSurfacePoint | Locate a point in the position x,y within the view (x and y in the interval 0-1). | |
Globe | The globe container. | |
ImmediateDataFetching | Indicates whether in immediate data fetching mode. | |
IsFetchingSuspendedWhenNavigating | Indicates if tile fetching is disabled while navigating. | |
IsNavigating | Indicates if the 3D Display is in navigation mode. | |
Locate | Find the object and location in the line of sight. | |
LocateFeature | Find the object and location in the line of sight. | |
LocateLayers | Find the object and location in the line of sight. | |
LocateLayersEx | Find the object and location in the line of sight with a tolerance. | |
LocateMultiple | Find the object and location in the line of sight. | |
PauseCaching | Indicates if all caching is paused. | |
PauseFetching | Indicates if all fetching is paused. | |
PickGraphic | Picks a single graphic element. | |
QueryLocation | Locates a single object. | |
RefreshTextureObjects | Deletes all the textures to force them to reload. | |
RefreshViewers | Redraws all viewers. | |
RegisterViewer | Adds a viewer to the 3D Display. | |
ReplayFrame | Uses the camera to redraw a frame. | |
Scene | The scene. | |
SelectionColor | The selection color. | |
SetBackgroundColor | Sets the background color. | |
StartPrintingExporting | Start exporting/printing with an extending cull area. | |
StopPrintingExporting | Stop Exporting/printing with extending culling area-- restore defaults. | |
UnregisterViewer | Removes a viewer from the 3D Display. |
Inherited Interfaces
Interfaces | Description |
---|---|
IGlobeDisplay2 | Provides access to members that manipulate the globe display. |
IGlobeDisplay | Provides access to members that manipulate the globe display. |
IViewers3D | Provides access to members that control 3D displays. |
CoClasses that implement IGlobeDisplay3
CoClasses and Classes | Description |
---|---|
GlobeDisplay | The globe display object. |