public interface IGpxReader
GpxReader and NmeaReader.| Modifier and Type | Method and Description |
|---|---|
GpxData |
getGpxData()
Replies the GPX data.
|
boolean |
parse(boolean tryToFinish)
Parse the GPX data.
|
boolean parse(boolean tryToFinish) throws org.xml.sax.SAXException, java.io.IOException
tryToFinish - true, if the reader should return at least part of the GPX
data in case of an error.org.xml.sax.SAXException - if any SAX parsing error occursjava.io.IOException - if any I/O error occursGpxData getGpxData()