Click or drag to resize

AzimuthElevationMaskConstraint Constructor

Overload List
  NameDescription
Public methodAzimuthElevationMaskConstraint
Initializes a new instance to require a minimum elevation angle above the terrain of 0.0 radians. In other words, a line-of-sight between the two ends of the link that just grazes the terrain will be considered to allow access between the two objects, as will any line of sight that is above the terrain.
Public methodAzimuthElevationMaskConstraint(Double)
Initializes a new instance with the specified minimum value. The constraint will require that the angular separation vector from the highest terrain peak to the line-of-sight vector be greater than or equal to the minimum value.
Protected methodAzimuthElevationMaskConstraint(AzimuthElevationMaskConstraint, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodAzimuthElevationMaskConstraint(Double, Double)
Initializes a new instance with the specified minimum value and maximum value. The constraint will require that the angular separation vector from the highest terrain peak to the line-of-sight vector be greater than or equal to the minimum value, and less than or equal to the maximum value.
Public methodAzimuthElevationMaskConstraint(IServiceProvider, LinkRole)
Initializes a new instance with the specified constrained link and constrained link end. The constraint will require a minimum elevation angle above the terrain of 0.0 radians. In other words, a line-of-sight between the two ends of the link that just grazes the terrain will be considered to allow access between the two objects, as will any line of sight that is above the terrain.
Public methodAzimuthElevationMaskConstraint(IServiceProvider, LinkRole, Double)
Initializes a new instance with the specified constrained link, constrained link end, and minimum value. The constraint will require that the angular separation vector from the highest terrain peak to the line-of-sight vector be greater than or equal to the minimum value.
Public methodAzimuthElevationMaskConstraint(IServiceProvider, LinkRole, Double, Double)
Initializes a new instance with the specified constrained link, constrained link end, minimum value, and maximum value. The constraint will require that the angular separation vector from the highest terrain peak to the line-of-sight vector be greater than or equal to the minimum value, and less than or equal to the maximum value.
Top
See Also