| NavigationAccuracyAssessed Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Navigation
 Syntax
SyntaxThe NavigationAccuracyAssessed type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | NavigationAccuracyAssessed | 
            Initializes a new instance with 0.0 for all accuracy values.
             | 
|  | NavigationAccuracyAssessed(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, IListSatelliteUserRangeError) | 
            Initializes a new instance from the specified position error and satellite user range errors.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IncludedSatellites | 
            Gets or sets the collection of satellites included in the accuracy computation.
             | 
|  | PositionSignalInSpace | 
            Gets or sets the signal-in-space position error.
             | 
|  | PositionSignalInSpaceOneSigma | 
            Gets or sets the one sigma error associated with the position of the signal in space navigation error
             | 
|  | PositionTotal | 
            Gets or sets the total position error.
             | 
|  | TimeSignalInSpace | 
            Gets or sets the signal-in-space time error.
             | 
|  | TimeSignalInSpaceOneSigma | 
            Gets or sets the one sigma error associated with the time component of the signal in space navigation error
             | 
|  | TimeTotal | 
            Gets or sets the total time error.
             | 
|  | TrackedSatellitesNotIncluded | 
            Gets or sets the collection of satellites tracked by the GpsReceiver but NOT
            included in the accuracy computation.
             | 
|  | UserRangeErrors | 
            Gets or sets the collection of user range errors for the tracked satellites.
             | 
|  | XSignalInSpace | 
            Gets or sets the signal-in-space error in the X direction.  
             | 
|  | XSignalInSpaceOneSigma | 
            Gets or sets the one sigma error associated with the x component of the signal in space navigation error
             | 
|  | XTotal | 
            Gets or sets the total error in the X direction.  
             | 
|  | XYSignalInSpace | 
            Gets or sets the signal-in-space error in the XY (Horizontal) direction.  
             | 
|  | XYSignalInSpaceOneSigma | 
            Gets or sets the one sigma error associated with the horizontal component of the signal in space navigation error
             | 
|  | XYTotal | 
            Gets or sets the total error in the XY (Horizontal) direction.  
             | 
|  | YSignalInSpace | 
            Gets or sets the signal-in-space error in the Y direction.  
             | 
|  | YSignalInSpaceOneSigma | 
            Gets or sets the one sigma error associated with the Y component of the signal in space navigation error
             | 
|  | YTotal | 
            Gets or sets the total error in the Y direction.  
             | 
|  | ZSignalInSpace | 
            Gets or sets the signal-in-space error in the Z direction.  
             | 
|  | ZSignalInSpaceOneSigma | 
            Gets or sets the one sigma error associated with the Z component of the signal in space navigation error
             | 
|  | ZTotal | 
            Gets or sets the total error in the Z direction.  
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Compute | 
            Computes assessed navigation accuracy.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | GetValueByType | 
            Get the specific value of assessed navigation accuracy by its type.
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also