Click or drag to resize

IAzimuthElevationMask Interface

Given a direction described as an azimuth angle, and a distance in that direction, this interface provides the maximum elevation angle that is obscured along the line of sight.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IAzimuthElevationMask : IEnumerable<ElevationMask>, 
	IEnumerable

The IAzimuthElevationMask type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets the central body to which this mask is relative.
Public propertyPosition
Gets the planetodetic position of the observer for the mask.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableElevationMask.)
Public methodGetMaximumObscuredElevation
Computes the maximum elevation angle that is obscured as of a specified distance along an azimuth ray.
Top
See Also