Click or drag to resize

PerformanceAssessmentFile Methods

The PerformanceAssessmentFile type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionPerformanceAssessmentRecord.)
Public methodClear (Inherited from CollectionPerformanceAssessmentRecord.)
Protected methodClearItems (Overrides CollectionTClearItems.)
Public methodContains (Inherited from CollectionPerformanceAssessmentRecord.)
Public methodCopyTo (Inherited from CollectionPerformanceAssessmentRecord.)
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 CollectionPerformanceAssessmentRecord.)
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 CollectionPerformanceAssessmentRecord.)
Public methodInsert (Inherited from CollectionPerformanceAssessmentRecord.)
Protected methodInsertItem (Overrides CollectionTInsertItem(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 CollectionPerformanceAssessmentRecord.)
Public methodRemoveAt (Inherited from CollectionPerformanceAssessmentRecord.)
Protected methodRemoveItem (Overrides CollectionTRemoveItem(Int32).)
Protected methodSetItem
Replaces the element at the specified index.
(Overrides CollectionTSetItem(Int32, T).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also