Click or drag to resize

PerformanceAssessmentFile Class

A Performance Assessment File (PAF) containing ephemeris and clock errors for the GPS satellites over a period of time.
Inheritance Hierarchy
System.Object
  System.Collections.ObjectModel.Collection<PerformanceAssessmentRecord>
    AGI.Foundation.Navigation.DataReaders.PerformanceAssessmentFile

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public class PerformanceAssessmentFile : Collection<PerformanceAssessmentRecord>, 
	IFreezable

The PerformanceAssessmentFile type exposes the following members.

Constructors
  NameDescription
Public methodPerformanceAssessmentFile
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyCount (Inherited from Collection<PerformanceAssessmentRecord>.)
Public propertyCreationDate
Gets or sets the date the PAF file was created.
Public propertyCreationJulianDate
Gets the date the PAF file was created, represented as a JulianDate.
Public propertyDefaultAllowExtrapolation
Gets or sets a value indicating whether the evaluator created by this instance is allowed, by default, to extrapolate assessed performance before the first record or after the last one.
Public propertyDefaultAvailabilityThreshold
Gets or sets the default availability threshold used when evaluating assessed performance. If two records in the file are separated by a duration longer than this availability threshold, the evaluator will report that it is not available between the two records.
Public propertyFileId
Gets or sets the FILEID of the PAF file. Usually "PAF".
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from Collection<PerformanceAssessmentRecord>.)
Protected propertyItems (Inherited from Collection<PerformanceAssessmentRecord>.)
Public propertyReferenceDate
Gets or sets the date the PAF file is referenced to. This is typically the last time in the file for which records are present.
Public propertyReferenceJulianDate
Gets the date the PAF file is referenced to. This is typically the last time in the file for which records are present.
Public propertySource
Gets or sets the source of the PAF file. Typically the organization that generated the PAF data.
Public propertySystemId
Gets or sets the SYSID of the PAF file. Usually the navigation constellation that generated the error data (GPS, GLONASS, etc.)
Public propertyVersion
Gets or sets the version of the PAF file
Top
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