Click or drag to resize

GpsSatelliteInformation Class

Describes GPS satellite information from each line in the GPS data file.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Navigation.DataReadersGpsSatelliteInformation

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class GpsSatelliteInformation

The GpsSatelliteInformation type exposes the following members.

Constructors
  NameDescription
Public methodGpsSatelliteInformation
Creates a new GpsSatelliteInformation object from a single line of the GPS data file.
Top
Properties
  NameDescription
Public propertyBlock
Gets or sets the block type for this satellite.
Public propertyEndDateAsPseudoRandomNumber
Gets or sets the date and time this satellite ended its designation as this PseudoRandomNumber.
Public propertyIsActive
Gets or sets a value indicating whether this satellite is currently active, that is, whether it is currently designated as this PseudoRandomNumber.
Public propertyNotes
Gets or sets the notes associated with the satellite.
Public propertyPseudoRandomNumber
Gets or sets the GPS satellite's pseudo random number (PRN).
Public propertySatelliteNumber
Gets or sets the satellite's satellite number.
Public propertySatelliteVehicleNumber
Gets or sets the GPS satellite's vehicle number (SVN).
Public propertyStartDateAsPseudoRandomNumber
Gets or sets the date and time this satellite began its designation as this PseudoRandomNumber.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also