Package net.sf.marineapi.nmea.parser

Parser implementations and factory for supported NMEA 0183 sentences.

See:
          Description

Class Summary
SentenceFactory Factory for creating sentence parsers.
SentenceParser Base class for all NMEA 0183 sentence parsers.
 

Exception Summary
DataNotAvailableException Thrown to indicate that requested data is not available.
ParseException Thrown to indicate that parser is unable interpret the contents of requested data field.
 

Package net.sf.marineapi.nmea.parser Description

Parser implementations and factory for supported NMEA 0183 sentences. Notice that all parsers, excluding the common base class, are visible only within the package scope and not meant to be used directly. Instead, you should use the SentenceFactory and SentenceReader classes. Custom parsers can be integrated by extending SentenceParser and registering the new parser in SentenceFactory.



Copyright (C) 2010-2014 Java Marine API authors. All Rights Reserved.