|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Parser
Interface that all GPX file parsers must built upon
| 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 |
|---|
GPX parse(File file)
throws ParsingException
file - the file to be parsed
ParsingException
GPX parse(URL url)
throws ParsingException
url - the URL to be parsed
ParsingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||