NavigationAccuracyPredicted Class |
Namespace: AGI.Foundation.Navigation
The NavigationAccuracyPredicted type exposes the following members.
| Name | Description | |
|---|---|---|
| NavigationAccuracyPredicted |
Initializes a new instance with 0.0 for all accuracy values.
| |
| NavigationAccuracyPredicted(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) |
Initializes a new instance from the specified position errors.
|
| Name | Description | |
|---|---|---|
| IncludedSatellites |
Gets or sets the collection of satellites included in the accuracy computation.
| |
| PositionSignalInSpace |
Gets the signal-in-space position error.
| |
| PositionTotal |
Gets the total position error.
| |
| TimeSignalInSpace |
Gets the signal-in-space time error.
| |
| TimeTotal |
Gets the total time error.
| |
| TrackedSatellitesNotIncluded |
Gets or sets the collection of satellites tracked by the GpsReceiver but NOT
included in the accuracy computation.
| |
| XSignalInSpace |
Gets the signal-in-space error in the X direction.
| |
| XTotal |
Gets the total error in the X direction.
| |
| XYSignalInSpace |
Gets the signal-in-space error in the XY (Horizontal) direction.
| |
| XYTotal |
Gets the total error in the XY (Horizontal) direction.
| |
| YSignalInSpace |
Gets the signal-in-space error in the Y direction.
| |
| YTotal |
Gets the total error in the Y direction.
| |
| ZSignalInSpace |
Gets the signal-in-space error in the Z direction.
| |
| ZTotal |
Gets the total error in the Z direction.
|
| Name | Description | |
|---|---|---|
| Compute |
Computes predicted 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 NavigationAccuracyPredicted 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.) |