|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
us.zuercher.gpx2map
provides the main entry
points into the gpx2map application (Main
)
and various exceptions thrown by it.
See:
Description
Class Summary | |
---|---|
Gpx2Map | Gpx2Map provides an API for generating maps with GPX data plotted on them. |
Main | Main provides a simple entry-point into the command line implementation of Gpx2Map. |
MainArgumentParser | MainArgumentParser uses "argslib" to configure and parse Gpx2Map's command line arguments. |
ResultCodes | ResultCodes are integer values returned by MainArgumentParser
and set as the exit status of the command line interface to Gpx2Map. |
Exception Summary | |
---|---|
BoundingException | BoundingException represents an error in configured map boundaries. |
Gpx2MapException | Gpx2MapException is a base class for checked excpetions thrown by Gpx2Map. |
GpxParsingException | GpxParsingException represents an error parsing one or more GPX files. |
MainArgumentParser.Exit | |
MissingRequiredMapSourcePropertyException | MissingRequiredMapSourcePropertyException represents the case where
one or more required properties are missing from the configuration
of a MapSource . |
UnknownMapSourceException | UnknownMapSourceException represents an unknown
MapSource name. |
UnknownMapSourcePropertyException | UnknownMapSourcePropertyException represents the case where one or
more configured properties are unknown to the configured
MapSource . |
The package us.zuercher.gpx2map
provides the main entry
points into the gpx2map application (Main
)
and various exceptions thrown by it.
Author | $Author: stephan $ |
---|---|
Version | $Id: package.html 171 2006-01-14 17:22:52Z stephan $ |
Copyright | Copyright (C) 2005-2005 Stephan Zuercher |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |