程序包 net.sf.marineapi.nmea.parser


package net.sf.marineapi.nmea.parser
NMEA 0183 sentence parsers. Notice that all parsers, excluding the common base class are visible only within the package scope and not meant to be used directly. Instead, use SentenceFactory and SentenceReader classes. This approach is selected to enable registering additional parsers at runtime, by exending the SentenceParser and registering the new parser in the factory.
  • 说明
    Thrown to indicate that requested data is not available.
    Thrown to indicate that parser is unable interpret the contents of requested data field.
    Abstract base class for sentence parsers that handle geographic position or waypoint data and parse NMEA 0183 lat/lon values.
    Factory for creating sentence parsers.
    Base class for all NMEA 0183 sentence parsers.
    Thrown when an unsupported sentence is encountered.