A container for the display and manipulation of data in the Globe.
Product Availability
Description
The Globe object is central to the ArcGlobe application. It's analogous to Map and Scene objects in ArcMap and ArcScene. It's used to add and retrieve layers and to manipulate document level properties.
Supported Platforms
Extended Error Information
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
Interfaces
Interfaces | Description |
---|---|
IActiveView (esriCarto) | Provides access to members that control the active view - the main application window. |
IAGAnimationContainer (esriAnimation) | Provides access to members that control the animation container. |
IAGAnimationTracks (esriAnimation) | Provides access to members that control the animation tracks. |
IAnimationTracks (esri3DAnalyst) | Provides access to members that control the scene animation tracks. |
IBasicMap (esriCarto) | Provides access to members that control the basic map. |
IBasicScene2 (esri3DAnalyst) | Provides access to basic members of the scene. |
IConnectionPointContainer | Supports connection points for connectable objects. |
IGlobe2 | Extends access to members that control the globe. |
IMap (esriCarto) | Provides access to members that control the map. |
IMapGeographicTransformations (esriCarto) | Provides access to members that control the map's set of geographic transformations and the directions in which they are applied. |
IMapTimeDisplay (esriCarto) | Provides access to members that control the current time on the map. |
IPersistStream (esriSystem) | |
IRelationshipClassCollection (esriCarto) | Provides access to members that return the memory relationship classes defined for standalone tables or layers in ArcMap. |
IScene (esri3DAnalyst) | Provides access to members that control the scene. |
ISceneBookmarks2 (esri3DAnalyst) | Provides access to members that control the scene bookmarks. |
ISelectionEvents (esriCarto) | Provides access to events that occur when the selection changes. |
IStandaloneTableCollection (esriCarto) | Provides access to members that control the standalone table collection. |
ISupportErrorInfo | Indicates whether a specific interface can return Automation error objects. |
ITableCollection (esriCarto) | Provides access to members that control a table collection. |
Event Interfaces
Interfaces | Description |
---|---|
IActiveViewEvents (default) | Provides access to events that occur when the state of the active view changes. |
Working with Events
When working with Globe's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pGlobe as Globe