Click or drag to resize

NavigationAccuracyAssessed Class

The NavigationAccuracyAssessed class calculates navigation accuracy based on Performance Assessment File (PAF) Data.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NavigationNavigationAccuracyAssessed

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class NavigationAccuracyAssessed

The NavigationAccuracyAssessed type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIncludedSatellites
Gets or sets the collection of satellites included in the accuracy computation.
Public propertyPositionSignalInSpace
Gets or sets the signal-in-space position error.
Public propertyPositionSignalInSpaceOneSigma
Gets or sets the one sigma error associated with the position of the signal in space navigation error
Public propertyPositionTotal
Gets or sets the total position error.
Public propertyTimeSignalInSpace
Gets or sets the signal-in-space time error.
Public propertyTimeSignalInSpaceOneSigma
Gets or sets the one sigma error associated with the time component of the signal in space navigation error
Public propertyTimeTotal
Gets or sets the total time error.
Public propertyTrackedSatellitesNotIncluded
Gets or sets the collection of satellites tracked by the GpsReceiver but NOT included in the accuracy computation.
Public propertyUserRangeErrors
Gets or sets the collection of user range errors for the tracked satellites.
Public propertyXSignalInSpace
Gets or sets the signal-in-space error in the X direction.
Public propertyXSignalInSpaceOneSigma
Gets or sets the one sigma error associated with the x component of the signal in space navigation error
Public propertyXTotal
Gets or sets the total error in the X direction.
Public propertyXYSignalInSpace
Gets or sets the signal-in-space error in the XY (Horizontal) direction.
Public propertyXYSignalInSpaceOneSigma
Gets or sets the one sigma error associated with the horizontal component of the signal in space navigation error
Public propertyXYTotal
Gets or sets the total error in the XY (Horizontal) direction.
Public propertyYSignalInSpace
Gets or sets the signal-in-space error in the Y direction.
Public propertyYSignalInSpaceOneSigma
Gets or sets the one sigma error associated with the Y component of the signal in space navigation error
Public propertyYTotal
Gets or sets the total error in the Y direction.
Public propertyZSignalInSpace
Gets or sets the signal-in-space error in the Z direction.
Public propertyZSignalInSpaceOneSigma
Gets or sets the one sigma error associated with the Z component of the signal in space navigation error
Public propertyZTotal
Gets or sets the total error in the Z direction.
Top
Methods
  NameDescription
Public methodStatic memberCompute
Computes assessed navigation accuracy.
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueByType
Get the specific value of assessed navigation accuracy by its type.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also