Provides access to members that control the ARGlobe.
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
Description
The IARGlobe interface is a starting point for navigating around the globe, setting globe properties, and accessing any layer's contained within the globe.
Members
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 globes 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 globes 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 globes spatial reference. | |
ZoomToBookmark | Zooms the globe display to the bookmark. | |
ZoomToFullExtent | Zoom to the full extent of the globe. |
CoClasses that implement IARGlobe
CoClasses and Classes | Description |
---|---|
ARGlobe | The ARGlobe container for the display of globe data. |