SatelliteOutageFile Class |
Namespace: AGI.Foundation.Navigation.DataReaders
The SatelliteOutageFile type exposes the following members.
Name | Description | |
---|---|---|
SatelliteOutageFile | Initializes a new instance. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
CreationDate |
Gets or sets the creation date of the SOF file.
| |
CreationJulianDate |
Gets the creation date of the SOF file expressed as a JulianDate.
| |
FileId |
Gets or sets the FILEID of the SOF file.
| |
Item | Gets or sets the element at the specified index. (Inherited from CollectionSatelliteOutage.) | |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
ReferenceDate |
Gets or sets the reference date of the SOF file.
| |
ReferenceJulianDate |
Gets the reference date of the SOF file expressed as a JulianDate.
| |
SystemId |
Gets or sets the SYSID of the SOF file.
|
Name | Description | |
---|---|---|
Add | Adds an object to the end of the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
Clear | Removes all elements from the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
ClearItems | Removes all elements from the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionSatelliteOutage.) | |
DownloadLatestRawSatelliteOutageFile |
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a string.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadLatestRawSatelliteOutageFile(IWebProxy) |
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a string.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadLatestSatelliteOutageFile |
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a SatelliteOutageFile.
This method connects via HTTPS to ftp.agi.com.
| |
DownloadLatestSatelliteOutageFile(IWebProxy) |
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a SatelliteOutageFile.
This method connects via HTTPS to ftp.agi.com.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindOutages(Int32) |
Finds all satellite outages for a given Pseudo Random Number.
| |
FindOutages(TimeInterval) |
Finds all outages within a given TimeInterval.
| |
FindOutages(Int32, TimeInterval) |
Finds satellite outages with a given Pseudo Random Number and within a specified TimeInterval.
| |
GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionSatelliteOutage.) | |
Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionSatelliteOutage.) | |
InsertItem | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionSatelliteOutage.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PopulateConstellationOutageData |
Populates a GPS constellation with the information about satellite outages contained
in this outage file. Specifically, OutageIntervals for each
satellite is replaced with all of the outages in this file.
| |
ReadFrom(Stream) |
Reads a SatelliteOutageFile from a stream.
| |
ReadFrom(String) |
Reads a SatelliteOutageFile from a file.
| |
ReadFrom(TextReader) |
Reads a SatelliteOutageFile from a reader.
| |
ReadFrom(XmlReader) |
Reads a SatelliteOutageFile from a reader.
| |
Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
RemoveItem | Removes the element at the specified index of the CollectionT. (Inherited from CollectionSatelliteOutage.) | |
SetItem | Replaces the element at the specified index. (Inherited from CollectionSatelliteOutage.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |