Click or drag to resize

PredictionSupportFile Methods

The PredictionSupportFile type exposes the following members.

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