Packages
us.zuercher.gpx2map The package us.zuercher.gpx2map provides the main entry points into the gpx2map application (Main) and various exceptions thrown by it.
us.zuercher.gpx2map.coord The package us.zuercher.gpx2map.coord provides map coordinate types (LatLon, UTM) and a static class to convert between them (Conversions).
us.zuercher.gpx2map.coord.test The package us.zuercher.gpx2map.coord.test provides tests for the us.zuercher.gpx2map.coord package.
us.zuercher.gpx2map.data The package us.zuercher.gpx2map.data provides a GPX parser and a set of objects that represent the contents of a GPX file (Track, WayPoint, ...).
us.zuercher.gpx2map.data.test The package us.zuercher.gpx2map.data.test provides unit tests for the us.zuercher.gpx2map.data package.
us.zuercher.gpx2map.gui The package us.zuercher.gpx2map.gui provides the main entry point into the Gpx2Map GUI application.
us.zuercher.gpx2map.i18n  
us.zuercher.gpx2map.image The package us.zuercher.gpx2map.image provides an interface that represents an image and a factory to load them.
us.zuercher.gpx2map.image.generic The package us.zuercher.gpx2map.image.generic provides classes that read images in formats supported by Toolkit.
us.zuercher.gpx2map.image.generic.test  
us.zuercher.gpx2map.image.netpbm The package us.zuercher.gpx2map.image.netpbm provides classes that read, write and concenate Netpbm format image.
us.zuercher.gpx2map.image.netpbm.test The package us.zuercher.gpx2map.image.netpbm.test provides unit tests for the us.zuercher.gpx2map.image.netpbm package.
us.zuercher.gpx2map.plotter The package us.zuercher.gpx2map.plotter provides a mechanism for plotting markers of various styles, lines, and text on to Netpbm files.
us.zuercher.gpx2map.plotter.label The package us.zuercher.gpx2map.plotter.label provides a representation of a marker label and a label placement algorithm.
us.zuercher.gpx2map.plotter.test The package us.zuercher.gpx2map.plotter.test provides some manual (e.g., non-JUnit) tests for the us.zuercher.gpx2map.plotter package.
us.zuercher.gpx2map.source The package us.zuercher.gpx2map.source provides a map source factory, abstract base classes useful when writing a new map source, and helper classes useful for downloading and converting map tiles.
us.zuercher.gpx2map.source.dummy The package us.zuercher.gpx2map.source.dummy provides a dummy map source implementation.
us.zuercher.gpx2map.source.terraserver_usa The package us.zuercher.gpx2map.source.terraserver_usa provides a map source implementation that uses Terraserver USA map tiles.
us.zuercher.gpx2map.source.terraserver_usa.test The package us.zuercher.gpx2map.source.terraserver_usa.test provides a manual (e.g., non-JUnit) test of the Terraserver USA map source.
us.zuercher.gpx2map.test The package us.zuercher.gpx2map.test provides unit tests for the us.zuercher.gpx2map package.
us.zuercher.gpx2map.util The package us.zuercher.gpx2map.util provides basic utility classes.