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: 25.2.423.0 (25.2.423.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
Gets the number of elements actually contained in the CollectionT.
(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
Adds an object to the end of the CollectionT.
(Inherited from CollectionYumaAlmanacRecord.)
Public methodClear
Removes all elements from the CollectionT.
(Inherited from CollectionYumaAlmanacRecord.)
Public methodContains
Determines whether an element is in the CollectionT.
(Inherited from CollectionYumaAlmanacRecord.)
Public methodCopyTo
Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(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
Returns an enumerator that iterates through the CollectionT.
(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
Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionYumaAlmanacRecord.)
Public methodInsert
Inserts an element into the CollectionT at the specified index.
(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
Removes the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionYumaAlmanacRecord.)
Public methodRemoveAt
Removes the element at the specified index of the CollectionT.
(Inherited from CollectionYumaAlmanacRecord.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also