Click or drag to resize

TiremTerrainProfile Class

Represents terrain profile information that will be provided to the TIREM calculation.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.TiremTiremTerrainProfile

Namespace:  AGI.Foundation.Tirem
Assembly:  AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class TiremTerrainProfile

The TiremTerrainProfile type exposes the following members.

Constructors
  NameDescription
Public methodTiremTerrainProfile
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyDistances
Gets the array of great circle distances from the beginning of the profile to each profile point in meters.
Public propertyHeights
Gets the array of profile terrain heights above mean sea level in meters.
Public propertyReceiverHeight
Gets the receiver structural antenna height in meters.
Public propertyTransmitterHeight
Gets the transmitter structural antenna height in meters.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also