KalmanFilteredGps Class | ![]() |
Namespace: Telogis.GeoBase.Navigation
The KalmanFilteredGps type exposes the following members.
Name | Description | |
---|---|---|
![]() | KalmanFilteredGps | Initializes a new instance of the KalmanFilteredGps class |
Name | Description | |
---|---|---|
![]() | HeadingMphThreshold |
The threshold, below which heading data is ignored. Defaults to 5mp/h.
|
![]() | HeadingUpdateMeters |
The distance that the vehicle must travel in order for a new heading to be recognized. Defaults to 10m.
|
![]() | InnerGps |
Returns the IGps member encapsulated within this FilteredGps object.
|
![]() | MinimumUpdatePeriod |
The period between received positions required to update the filter state. Defaults to 0.5s
|
![]() | Position |
Get the Position of the filtered GPS unit.
|
![]() | PoweredUp |
Determine the powered state of the (inner) GPS unit.
|
![]() | ResetMetersThreshold |
The minimum distance between consecutive positions which will cause the filter to be reset. Defaults to 100m.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | PowerDown |
Power down the (inner) GPS unit.
|
![]() | PowerUp |
Power up the (inner) GPS unit.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | GPSException |
An eventhandler called when this GPS device experiences a fatal exception.
|
![]() | Update |
An eventhandler to be fired when the position of this GPS device is updated.
|