Click or drag to resize

PerformanceAssessmentFile Methods

The PerformanceAssessmentFile type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from Collection<PerformanceAssessmentRecord>.)
Public methodClear (Inherited from Collection<PerformanceAssessmentRecord>.)
Protected methodClearItems (Overrides Collection<T>.ClearItems().)
Public methodContains (Inherited from Collection<PerformanceAssessmentRecord>.)
Public methodCopyTo (Inherited from Collection<PerformanceAssessmentRecord>.)
Public methodStatic memberDownloadPerformanceAssessmentFile(JulianDate)
Downloads the Performance Assessment File from an AGI server and returns the contents of the file as a PerformanceAssessmentFile. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadPerformanceAssessmentFile(JulianDate, IWebProxy)
Downloads the Performance Assessment File from an AGI server and returns the contents of the file as a PerformanceAssessmentFile. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadRawPerformanceAssessmentFile(JulianDate)
Downloads the Performance Assessment 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 memberDownloadRawPerformanceAssessmentFile(JulianDate, IWebProxy)
Downloads the Performance Assessment 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 methodFreeze
Freezes this object. Further attempts to modify it will result in an ObjectFrozenException.
Public methodGetEnumerator (Inherited from Collection<PerformanceAssessmentRecord>.)
Public methodGetEvaluator(Int32)
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
Public methodGetEvaluator(Int32, EvaluatorGroup)
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
Public methodGetEvaluator(Int32, Duration, Boolean, EvaluatorGroup)
Gets an evaluator that can be used to find assessed performance data over time for a given GPS satellite.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSatelliteGlobalUserRangeErrorEvaluator(IServiceProvider)
Returns an evaluator which can compute the SatelliteGlobalUserRangeError for this Performance Assessment File at a given time.
Public methodGetSatelliteGlobalUserRangeErrorEvaluator(IServiceProvider, EvaluatorGroup)
Returns an evaluator which can compute the SatelliteGlobalUserRangeError for this Performance Assessment File at a given time.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from Collection<PerformanceAssessmentRecord>.)
Public methodInsert (Inherited from Collection<PerformanceAssessmentRecord>.)
Protected methodInsertItem (Overrides Collection<T>.InsertItem(Int32, T).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadFrom(Stream)
Reads a PerformanceAssessmentFile from a stream.
Public methodStatic memberReadFrom(String)
Reads a PerformanceAssessmentFile from a file.
Public methodStatic memberReadFrom(TextReader)
Reads a PerformanceAssessmentFile from a reader.
Public methodRemove (Inherited from Collection<PerformanceAssessmentRecord>.)
Public methodRemoveAt (Inherited from Collection<PerformanceAssessmentRecord>.)
Protected methodRemoveItem (Overrides Collection<T>.RemoveItem(Int32).)
Protected methodSetItem
Replaces the element at the specified index.
(Overrides Collection<T>.SetItem(Int32, T).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also