Click or drag to resize

PredictionSupportFile Class

A Prediction Support File (PSF) containing statistical data necessary to predict navigation accuracy.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionPredictionSupportRecord
    AGI.Foundation.Navigation.DataReadersPredictionSupportFile

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 PredictionSupportFile : Collection<PredictionSupportRecord>

The PredictionSupportFile type exposes the following members.

Constructors
  NameDescription
Public methodPredictionSupportFile
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionPredictionSupportRecord.)
Public propertyCreationDate
Gets or sets the creation date of the PSF file.
Public propertyCreationJulianDate
Gets the creation date of the PSF file express as a JulianDate.
Public propertyFileId
Gets or sets the FILEID of the PSF file.
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionPredictionSupportRecord.)
Protected propertyItems (Inherited from CollectionPredictionSupportRecord.)
Public propertyReferenceDate
Gets or sets the reference date of the PSF file.
Public propertyReferenceJulianDate
Gets the reference date of the PSF file expressed as a JulianDate.
Public propertySource
Gets or sets the SOURCE of the PSF file.
Public propertySystemId
Gets or sets the SYSID of the PSF file.
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionPredictionSupportRecord.)
Public methodClear (Inherited from CollectionPredictionSupportRecord.)
Protected methodClearItems (Inherited from CollectionPredictionSupportRecord.)
Public methodContains (Inherited from CollectionPredictionSupportRecord.)
Public methodCopyTo (Inherited from CollectionPredictionSupportRecord.)
Public methodStatic memberDownloadPredictionSupportFile(JulianDate)
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a PredictionSupportFile. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadPredictionSupportFile(JulianDate, IWebProxy)
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a PredictionSupportFile. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadRawPredictionSupportFile(JulianDate)
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a string. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadRawPredictionSupportFile(JulianDate, IWebProxy)
Downloads the Prediction Support File from an AGI server and returns the contents of the file as a string. This method connects via HTTPS to ftp.agi.com.
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 methodFindRecordByPrn
Finds the prediction support record corresponding to a specified pseudo-random number (PRN).
Public methodGetEnumerator (Inherited from CollectionPredictionSupportRecord.)
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 CollectionPredictionSupportRecord.)
Public methodInsert (Inherited from CollectionPredictionSupportRecord.)
Protected methodInsertItem (Inherited from CollectionPredictionSupportRecord.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFrom(Stream)
Reads a PredictionSupportFile in version 1 format from a stream.
Public methodStatic memberReadFrom(String)
Reads a PredictionSupportFile in version 1 format.
Public methodStatic memberReadFrom(TextReader)
Reads a PredictionSupportFile in version 1 format from a reader.
Public methodRemove (Inherited from CollectionPredictionSupportRecord.)
Public methodRemoveAt (Inherited from CollectionPredictionSupportRecord.)
Protected methodRemoveItem (Inherited from CollectionPredictionSupportRecord.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionPredictionSupportRecord.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteToPsfVersion1
Write a PSF file in version 1 format.
Top
See Also