net.divbyzero.gpx.parser
Interface Parser

All Known Implementing Classes:
JDOM

public interface Parser

Interface that all GPX file parsers must built upon

Since:
0.1
Author:
Martin Jansen

Method Summary
 GPX parse(File file)
          Parses a GPX file and returns the resulting GPX track collection
 GPX parse(URL url)
          Parses a GPX URL and returns the resulting GPX track collection
 

Method Detail

parse

GPX parse(File file)
          throws ParsingException
Parses a GPX file and returns the resulting GPX track collection

Parameters:
file - the file to be parsed
Returns:
the resulting track collection
Throws:
ParsingException

parse

GPX parse(URL url)
          throws ParsingException
Parses a GPX URL and returns the resulting GPX track collection

Parameters:
url - the URL to be parsed
Returns:
the resulting track collection
Throws:
ParsingException


Processing library MapThing by Jon Reades. (C) 2013