Click or drag to resize

NmeaDecoder Methods

The NmeaDecoder type exposes the following members.

Methods
 NameDescription
Public methodAddChecksumToNmea Adds checksum to a NMEA sentence (including asterix).
(Inherited from BaseGpsReceiver)
Public methodAddSentenceTerminatorToNmea Adds sentence terminator (usually CR-LF) to an NMEA sentence.
(Inherited from BaseGpsReceiver)
Public methodChecksumOk Checks if the checksum of the sentence is valid.
(Inherited from BaseGpsReceiver)
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public methodDecode Decodes NMEA sentences.
Public methodDisposeReleases all resources used by the Component.
(Inherited from Component)
Protected methodDispose(Boolean) Clean up any resources being used.
(Overrides BaseGpsReceiverDispose(Boolean))
Public methodCode exampleDrawCompass Draws a compass.
(Inherited from BaseGpsReceiver)
Public methodDrawCompassToBitmap Draws a compass to a bitmap.
(Inherited from BaseGpsReceiver)
Public methodCode exampleDrawCompassWithSkin(Graphics, Int32) Draws a compass, using an embedded skin.
(Inherited from BaseGpsReceiver)
Public methodCode exampleDrawCompassWithSkin(Graphics, Image, Int32) Draws a compass, using a custom skin.
(Inherited from BaseGpsReceiver)
Public methodCode exampleDrawCompassWithSkin(Graphics, String, Int32) Draws a compass, using a custom skin.
(Inherited from BaseGpsReceiver)
Public methodDrawCompassWithSkinToBitmap Draws a compass with skin to a bitmap.
(Inherited from BaseGpsReceiver)
Public methodCode exampleDrawSatellites 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
(Inherited from BaseGpsReceiver)
Public methodDrawSatellitesSignal(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
(Inherited from BaseGpsReceiver)
Public methodDrawSatellitesSignal(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
(Inherited from BaseGpsReceiver)
Public methodDrawSatellitesSignalToBitmap 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
(Inherited from BaseGpsReceiver)
Public methodDrawSatellitesToBitmap 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
(Inherited from BaseGpsReceiver)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFeedGpsReceiver Use this method to feed the GPS receiver with NMEA data from the source you wish for classes derived from BaseGpsReceiver.
(Inherited from BaseGpsReceiver)
Protected methodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component)
Public methodGetAverageSatelliteSnr Returns the average SignalToNoiseRatio of satellites using the highest 4 values.
(Inherited from BaseGpsReceiver)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public methodGetNmeaChecksum Returns the checksum of a sentence.
(Inherited from BaseGpsReceiver)
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container.
(Inherited from Component)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Protected methodOnActiveRouteReceived Raises the ActiveRouteReceived event.
(Inherited from BaseGpsReceiver)
Protected methodOnAltitudeChanged Raises the AltitudeChanged event.
(Inherited from BaseGpsReceiver)
Protected methodOnArrival Raises the Arrival event.
(Inherited from BaseGpsReceiver)
Protected methodOnCourseChanged Raises the CourseChanged event.
(Inherited from BaseGpsReceiver)
Protected methodOnHeadingChanged Raises the HeadingChanged event.
(Inherited from BaseGpsReceiver)
Protected methodOnLatitudeChanged Raises the LatitudeChanged event.
(Inherited from BaseGpsReceiver)
Protected methodOnLongitudeChanged Raises the LongitudeChanged event.
(Inherited from BaseGpsReceiver)
Protected methodOnNewSentenceReceived Raises the NewSentenceReceived event.
(Inherited from BaseGpsReceiver)
Protected methodOnPosition2DChanged Raises the Position2DChanged event.
(Inherited from BaseGpsReceiver)
Protected methodOnPosition3DChanged Raises the Position3DChanged event.
(Inherited from BaseGpsReceiver)
Protected methodOnReceived Raises the Received event.
(Inherited from BaseGpsReceiver)
Protected methodOnSatelliteReceived Raises the SatelliteReceived event.
(Inherited from BaseGpsReceiver)
Protected methodOnSatellitesReceived Raises the SatellitesReceived event.
(Inherited from BaseGpsReceiver)
Protected methodOnSent Raises the Sent event.
(Inherited from BaseGpsReceiver)
Protected methodOnSpeedChanged Raises the SpeedChanged event.
(Inherited from BaseGpsReceiver)
Protected methodOnUnknownSentenceReceived Raises the UnknownSentenceReceived event.
(Inherited from BaseGpsReceiver)
Protected methodOnWaypointReceived Raises the WaypointReceived event.
(Inherited from BaseGpsReceiver)
Public methodReset Resets all GPS data to a default value: Position, ReceiverStatus, NavigationInfo, WayPoints, ActiveRoute, Track.
(Inherited from BaseGpsReceiver)
Protected methodRouteToNmea(Route) Converts a route to NMEA.
(Inherited from BaseGpsReceiver)
Protected methodRouteToNmea(String) Converts a route to NMEA.
(Inherited from BaseGpsReceiver)
Public methodShowOnGoogleMaps(Int32) Displays the current position on Google maps in the default browser.
(Inherited from BaseGpsReceiver)
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component)
Protected methodWaypointToNmea Converts a waypoint to NMEA.
(Inherited from BaseGpsReceiver)
Top
Extension Methods
 NameDescription
Public Extension MethodCode exampleDrawCompassToWpfCanvas Draws a compass to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions)
Public Extension MethodCode exampleDrawCompassWithSkinToWpfCanvas Draws a compass, using an embedded skin to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions)
Public Extension MethodCode exampleDrawCompassWithSkinToWpfCanvas Draws a compass, using a custom skin to WPF canvas.
(Defined by BaseGpsReceiverWpfExtensions)
Public Extension MethodDrawSatellitesSignalToWpfCanvas 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)
Public Extension MethodDrawSatellitesSignalToWpfCanvas 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)
Public Extension MethodCode exampleDrawSatellitesToWpfCanvas 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)
Top
See Also