This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the ARGlobe.
The IARGlobe interface is a starting point for navigating around the globe, setting globe properties, and accessing any layer's contained within the globe.
Name | Description | |
---|---|---|
AnimationCount | The number of animations in the globes's animation collection. | |
AnimationName | The name of the animation. | |
ARLayer | The layer at the specified index. | |
ARLayerCount | The number of layers in the globe's layer collection. | |
Azimuth | The azimuth of the observer in degrees. | |
BookmarkCount | The number of bookmarks in the globe�s bookmark collection. | |
BookmarkName | The name of the bookmark. | |
CenterAt | Moves the observer over the specified point. | |
CenterAtBookmark | Zooms the globe display to the bookmark. | |
Elevation | The distance between observer location and globe�s surface. | |
GetObserverLocation | Gets the current observer location. | |
GetSurfacePoint | Converts a point in device coordinates (typically pixels) to coordinates in latitude and longitude. | |
GlobeUnits | The geographical units of the globe. | |
LocateARFeature | Searches the globe along a ray trace, returns the first feature in the ray. | |
Pitch | The pitch of the observer in degrees. | |
PlayAnimation | Plays an animation. | |
QueryARFeatures | Searches the globe using a search definition and returns an ARFeatureSet. | |
SearchARFeatures | Searches the globe using a search definition and returns an ARFeatureCursor. | |
SetObserverLocation | Sets the current observer location. | |
SpatialReferenceName | The name of the globe�s spatial reference. | |
ZoomToBookmark | Zooms the globe display to the bookmark. | |
ZoomToFullExtent | Zoom to the full extent of the globe. |
Classes | Description |
---|---|
ARGlobe | The ARGlobe container for the display of globe data. |