Click or drag to resize

YumaAlmanac Class

A Yuma almanac describing GPS satellite positions.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionYumaAlmanacRecord
    AGI.Foundation.Navigation.DataReadersYumaAlmanac

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 sealed class YumaAlmanac : Collection<YumaAlmanacRecord>

The YumaAlmanac type exposes the following members.

Constructors
  NameDescription
Public methodYumaAlmanac
Initializes a new instance containing no data. Use ReadFrom(String, Int32) to read data from a Yuma almanac file.
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionYumaAlmanacRecord.)
Public propertyEpoch
Gets the epoch of the almanac, which is the time at which the almanac curve fit was performed. The epoch reported is from the first satellite entry in the Yuma almanac.
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionYumaAlmanacRecord.)
Public propertyNumberOfSatellites
Gets the number of satellites in the almanac.
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionYumaAlmanacRecord.)
Public methodClear (Inherited from CollectionYumaAlmanacRecord.)
Public methodContains (Inherited from CollectionYumaAlmanacRecord.)
Public methodCopyTo (Inherited from CollectionYumaAlmanacRecord.)
Public methodCreateSatelliteCollection
Creates a GPS satellite for each record in the Yuma almanac.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindRecordByPrn
Finds the record corresponding to a particular PRN.
Public methodGetEnumerator (Inherited from CollectionYumaAlmanacRecord.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionYumaAlmanacRecord.)
Public methodInsert (Inherited from CollectionYumaAlmanacRecord.)
Public methodStatic memberReadFrom(String, Int32)
Reads a Yuma almanac from the specified file.
Public methodStatic memberReadFrom(TextReader, Int32)
Reads a Yuma almanac from the specified reader.
Public methodRemove (Inherited from CollectionYumaAlmanacRecord.)
Public methodRemoveAt (Inherited from CollectionYumaAlmanacRecord.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also