Base |
The BaseGpsReceiver type exposes the following members.
| Name | Description | |
|---|---|---|
| AddChecksumToNmea | Adds checksum to a NMEA sentence (including asterix). | |
| AddSentenceTerminatorToNmea | Adds sentence terminator (usually CR-LF) to an NMEA sentence. | |
| AsciiByteArrayToString | Converts ASCII / ANSI byte array to string. | |
| ChecksumOk | Checks if the checksum of the sentence is valid. | |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject) | |
| Dispose | Releases all resources used by the Component. (Inherited from Component) | |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides ComponentDispose(Boolean)) | |
| DrawCompass | Draws a compass. | |
| DrawCompassToBitmap | Draws a compass to a bitmap. | |
| DrawCompassWithSkin(Graphics, Int32) | Draws a compass, using an embedded skin. | |
| DrawCompassWithSkin(Graphics, Image, Int32) | Draws a compass, using a custom skin. | |
| DrawCompassWithSkin(Graphics, Int32, String) | Draws a compass, using an embedded skin. | |
| DrawCompassWithSkin(Graphics, String, Int32) | Draws a compass, using a custom skin. | |
| DrawCompassWithSkin2 | Draws a compass, using an embedded skin. | |
| DrawCompassWithSkin3 | Draws a compass, using an embedded skin. | |
| DrawCompassWithSkinToBitmap(Int32) | Draws a compass with skin to a bitmap. | |
| DrawCompassWithSkinToBitmap(Int32, String) | Draws a compass with skin to a bitmap. | |
| DrawPositionOnWgs84Map(Graphics, Int32, Int32, Int32, Color) | Draw current position on WGS84 map using a Natural Earth EPSG4326 map. Keep aspect ratio = 1314:852; SizeMode = PictureBoxSizeMode.Zoom; | |
| DrawPositionOnWgs84Map(Graphics, Double, Double, Int32, Int32, Int32, Color) | Draw one position on WGS84 map using a Natural Earth EPSG4326 map. Keep aspect ratio = 1314:852; You can use SizeMode = Zoom | |
| DrawPositionOnWgs84Map(Graphics, Double, Double, Int32, Int32, Int32, Color, String) | Draw one position on WGS84 map using a map skin as embedded resource. Keep aspect ratio = 1314:852; You can use SizeMode = Zoom | |
| DrawPositionOnWgs84Map(Graphics, Image, Double, Double, Int32, Int32, Int32, Color) | Draw position on WGS84 map. | |
| DrawPositionOnWgs84Map(Graphics, String, Double, Double, Int32, Int32, Int32, Color) | Draw position on WGS84 map. | |
| DrawPositionOnWgs84Map2(Graphics, Int32, Int32, Int32, Color) | Draw current position on WGS84 map using an OSM standard EPSG3857 map. Keep aspect ratio = 1:1; SizeMode = PictureBoxSizeMode.Zoom; | |
| DrawPositionOnWgs84Map2(Graphics, Double, Double, Int32, Int32, Int32, Color) | Draw one position on WGS84 map using an OSM standard EPSG3857 map. Keep aspect ratio = 1:1; SizeMode = PictureBoxSizeMode.Zoom; | |
| DrawSatellites | Draws the satellites in view. Red brush satellite - very low signal Orange brush satellite - low signal Yellow brush satellite - medium signal Light green brush satellite - good signal Green brush satellite - very good signal White pen satellite - GPS Orange red pen satellite - GLONASS Yellow pen satellite - BeiDou Blue pen satellite - Galileo Green pen satellite - QZSS Black pen satellite - Unknown | |
| DrawSatellitesSignal(Graphics, Int32, Int32, Color) | Draw the signals of satellites in view. Red brush satellite - very low signal Orange brush satellite - low signal Yellow brush satellite - medium signal Light green brush satellite - good signal Green brush satellite - very good signal | |
| DrawSatellitesSignal(Graphics, Int32, Int32, Color, Color, Color, Int32) | Draw the signals of satellites in view. Red brush satellite - very low signal Orange brush satellite - low signal Yellow brush satellite - medium signal Light green brush satellite - good signal Green brush satellite - very good signal | |
| DrawSatellitesSignalToBitmap | Draw the signals of satellites in view to a bitmap. Red brush satellite - very low signal Orange brush satellite - low signal Yellow brush satellite - medium signal Light green brush satellite - good signal Green brush satellite - very good signal | |
| DrawSatellitesToBitmap | Draws the satellites in view to a bitmap. Red brush satellite - very low signal Orange brush satellite - low signal Yellow brush satellite - medium signal Light green brush satellite - good signal Green brush satellite - very good signal White pen satellite - GPS Orange red pen satellite - GLONASS Yellow pen satellite - BeiDou Blue pen satellite - Galileo Green pen satellite - QZSS Black pen satellite - Unknown | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| FeedGpsReceiver | Use this method to feed the GPS receiver with NMEA data. | |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component) | |
| GetAverageSatelliteSnr | Returns the average SignalToNoiseRatio of satellites using the highest 4 values. | |
| GetEpsg3857MapCoordinates(Double, Double, Double, Double, Double, Double, Boolean, Double, Double, Double, Double) | Returns the pixel coordinates of CRS = EPSG:3857 map. | |
| GetEpsg3857MapCoordinates(Double, Double, Double, Double, Double, Double, Boolean, Int32, Int32, Double, Double) | Returns the pixel coordinates of CRS = EPSG:3857 map. | |
| GetEpsg4326MapCoordinates(Double, Double, Double, Double, Double, Double, Boolean, Double, Double, Double, Double) | Returns the pixel coordinates of CRS = EPSG:4326 map. | |
| GetEpsg4326MapCoordinates(Double, Double, Double, Double, Double, Double, Boolean, Int32, Int32, Double, Double) | Returns the pixel coordinates of CRS = EPSG:4326 map. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject) | |
| GetNmeaChecksum | Returns the checksum of a sentence. | |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject) | |
| OnActiveRouteReceived | Raises the ActiveRouteReceived event. | |
| OnAltitudeChanged | Raises the AltitudeChanged event. | |
| OnArrival | Raises the Arrival event. | |
| OnCourseChanged | Raises the CourseChanged event. | |
| OnHeadingChanged | Raises the HeadingChanged event. | |
| OnLatitudeChanged | Raises the LatitudeChanged event. | |
| OnLongitudeChanged | Raises the LongitudeChanged event. | |
| OnNewSentenceReceived | Raises the NewSentenceReceived event. | |
| OnPosition2DChanged | Raises the Position2DChanged event. | |
| OnPosition3DChanged | Raises the Position3DChanged event. | |
| OnReceived | Raises the Received event. | |
| OnSatelliteReceived | Raises the SatelliteReceived event. | |
| OnSatellitesReceived | Raises the SatellitesReceived event. | |
| OnSent | Raises the Sent event. | |
| OnSpeedChanged | Raises the SpeedChanged event. | |
| OnUnknownSentenceReceived | Raises the UnknownSentenceReceived event. | |
| OnWaypointReceived | Raises the WaypointReceived event. | |
| Reset | Resets all GPS data to a default value: Position, ReceiverStatus, NavigationInfo, WayPoints, ActiveRoute, Track. | |
| RouteToNmea(Route) | Converts a route to NMEA. | |
| RouteToNmea(String) | Converts a route to NMEA. | |
| SetActiveRoute | Set active route. | |
| SetNavigationInfo | Set navigation info. | |
| SetPosition | Set current position. | |
| SetReceiverStatus | Set receiver status. | |
| SetTrack | Set track. | |
| SetWaypoint | Set waypoints. | |
| ShowOnGoogleMaps(Int32) | Displays the current position on Google maps in the default browser. | |
| ShowOnGoogleMaps(Double, Double, Int32) | Displays the specified position on google maps in the default browser. | |
| StringToAsciiByteArray | Converts string to ASCII / ANSI byte array. | |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component) | |
| WaypointToNmea | Converts a waypoint to NMEA. |
| Name | Description | |
|---|---|---|
| DrawCompassToWpfCanvas |
Draws a compass to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawCompassWithSkin2ToWpfCanvas |
Draws a compass, using an embedded skin to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawCompassWithSkin3ToWpfCanvas |
Draws a compass, using an embedded skin to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawCompassWithSkinToWpfCanvas |
Draws a compass, using an embedded skin to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawCompassWithSkinToWpfCanvas |
Draws a compass, using an embedded skin to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawCompassWithSkinToWpfCanvas |
Draws a compass, using a custom skin to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawPositionOnWgs84Map2ToWpfCanvas |
Draw the current position on WGS84 map using an OSM standard EPSG3857 map to WPF canvas.
Keep aspect ratio = 1:1;
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawPositionOnWgs84MapToWpfCanvas |
Draw the current position on WGS84 map using a Natural Earth EPSG4326 map to WPF canvas.
Keep aspect ratio = 1314:852;
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawSatellitesSignalToWpfCanvas |
Draw the signals of satellites in view to WPF canvas.
Red brush satellite - very low signal
Orange brush satellite - low signal
Yellow brush satellite - medium signal
Light green brush satellite - good signal
Green brush satellite - very good signal
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawSatellitesSignalToWpfCanvas |
Draw the signals of satellites in view to WPF canvas.
Red brush satellite - very low signal
Orange brush satellite - low signal
Yellow brush satellite - medium signal
Light green brush satellite - good signal
Green brush satellite - very good signal
(Defined by BaseGpsReceiverWpfExtensions) | |
| DrawSatellitesToWpfCanvas |
Draws the satellites in view to WPF canvas.
Red brush satellite - very low signal
Orange brush satellite - low signal
Yellow brush satellite - medium signal
Light green brush satellite - good signal
Green brush satellite - very good signal
White pen satellite - GPS
Orange red pen satellite - GLONASS
Yellow pen satellite - BeiDou
Blue pen satellite - Galileo
Green pen satellite - QZSS
Black pen satellite - Unknown
(Defined by BaseGpsReceiverWpfExtensions) |