The following tables list the members exposed by View3D.
Public Properties
| | Name | Description |
 | Altitude |
Gets or sets the distance between the observer location and the surface of the
globe.
|
 | Azimuth | The azimuth is an angle, measured clockwise in decimal degrees, that represents the observers view direction relative to the North Pole. |
 | Layers |
Returns the LayerCollection for the
view.
(Inherited from View) |
 | ObserverLocation | Returns current observer location, as latitude, longitude and altitude. |
 | Pitch | Gets or sets the pitch of the observer position, in degrees. |
 | TargetLocation |
Retrieves the target location of the view.
|
 | VerticalExaggeration | The exaggeration factor sets the vertical exaggeration of the globe surface. |
Top
Public Methods
| | Name | Description |
 | CenterAt | Centers the display over the specified latitude and longitude. |
 | CopyViewToClipboard | Exports the current view to the Windows Clipboard. (Inherited from View) |
 | DoActionOnGeometry | Performs an action on the supplied geometry. (Inherited from View) |
 | ExportView |
Exports the current view to an image file.
(Inherited from View) |
 | FlyPolyline |
Flies along the geometry in the given time.
|
 | FromOpenGLCoordinates |
Converts internal globe coordinates to latitude, longitude and elevation values, for use
in custom drawing.
|
 | GetOpenGLSymbol |
Returns an OpenGL display list identifier for a specified symbol in the referenced styles,
for use in custom drawing scenarios.
|
 | GetSurfaceElevation | Overloaded. Returns the ground height at the specified latitude and longitude. |
 | Refresh |
Forces a redraw of the view.
(Inherited from View) |
 | RemoveLayer |
Removes a layer from the current view.
(Inherited from View) |
 | RemoveLayerCache |
Deletes the cache of the specified layer.
(Inherited from View) |
 | SetLocation |
Sets the location of the view.
|
 | ToOpenGLCoordinates |
Converts latitude, longitude and elevation in meters to internal globe coordinates, for use
in custom drawing.
|
 | TrackPoint |
Tracks a point on the current view.
(Inherited from View) |
 | TrackPolygon | Tracks a polygon shape on the current view. (Inherited from View) |
 | TrackPolyline | Tracks a line shape on the current view. (Inherited from View) |
 | TrackVector | Tracks a line, consisting of two points, on the current view. (Inherited from View) |
 | ZoomToFullExtent | Sets the extent of the view to equal the value of the full extent of all the layers (Inherited from View) |
Top
Public Events
See Also