org.wamblee.gpx
Class GpxPlotter

java.lang.Object
  extended by org.wamblee.gpx.GpxPlotter

public class GpxPlotter
extends java.lang.Object

Parses a GPX file and prints out a data file with each trackpoints distance from the start of the track and its elevation, separated 0by a space.

Author:
Erik Brakkee

Constructor Summary
GpxPlotter()
           
 
Method Summary
static void main(java.lang.String[] aArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GpxPlotter

public GpxPlotter()
Method Detail

main

public static void main(java.lang.String[] aArgs)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.