Click or drag to resize

SatelliteIdentifier Structure

Satellite Identifier structure for SP3-c and SP3-d files. Contains the integer satellite identifier and the character constellation type.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntax
public struct SatelliteIdentifier : IComparable<SatelliteIdentifier>, 
	IComparable, IEquatable<SatelliteIdentifier>

The SatelliteIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodSatelliteIdentifier
Initializes a new instance.
Top
Properties
  NameDescription
Public propertySatelliteConstellationType

Gets the constellation type for this satellite. From the SP3-c file definition document, the following definitions apply:

  • 'G' denotes GPS constellation
  • 'R' denotes GLONASS constellation
  • 'L' denotes Low-Earth orbit satellites
  • 'E' denotes Galileo constellation.
Public propertySatelliteId
Gets the integer ID of the satellite. For GPS constellations, this is the PseudoRandom Noise number (PRN).
Top
Methods
  NameDescription
Public methodCompareTo(Object)
Compares this instance with another instance of the same type.
Public methodCompareTo(SatelliteIdentifier)
Compares this instance with another instance of the same type.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(SatelliteIdentifier)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberGreaterThan
Returns if left is greater than right.
Public operatorStatic memberGreaterThanOrEqual
Returns if left is greater than or equal to right.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Public operatorStatic memberLessThan
Returns if left is less than right.
Public operatorStatic memberLessThanOrEqual
Returns if left is less than or equal to right.
Top
See Also