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, ...).

See:
          Description

Class Summary
AbstractGpxEntity AbstractGpxEntity is an abstract base class for entities in a GPX file.
GpxContentHandler GpxContentHandler is a ContentHandler that understands the GPX XSD, version 1.1 and earlier.
GpxParser GpxParser parses GPX files and provides accessors for the tracks, way-points, and routes contained in them.
Route Route represents a GPX route.
RoutePoint RoutePoint represents a GPX route-point.
Track Track represents a GPX track.
Track.TrackPointIterator TrackPointIterator iterates over TrackPoints across TrackSegments.
TrackPoint TrackPoint represents a GPX track-point.
TrackSegment TrackSegment represents a track segment.
WayPoint WayPoint represents a GPX way-point.
 

Package us.zuercher.gpx2map.data Description

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, ...).

Future Enhancements: Consider making GpxContentHandler handle more base features of GPX and extensions of popular GPX generation tools.

Author $Author: stephan $
Version $Id: package.html 171 2006-01-14 17:22:52Z stephan $
Copyright Copyright (C) 2005-2005 Stephan Zuercher