de.fhpotsdam.unfolding.data
Class GPXReader

java.lang.Object
  extended by de.fhpotsdam.unfolding.data.GeoDataReader
      extended by de.fhpotsdam.unfolding.data.GPXReader

public class GPXReader
extends GeoDataReader

Experimental GPX reader with just a very basic functionality. Reads all track points of all track segments of all tracks into one line feature.


Constructor Summary
GPXReader()
           
 
Method Summary
static java.util.List<Feature> loadData(processing.core.PApplet p, java.lang.String gpxFilename)
          Loads track segments of a GPX file, and returns them as a single line marker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPXReader

public GPXReader()
Method Detail

loadData

public static java.util.List<Feature> loadData(processing.core.PApplet p,
                                               java.lang.String gpxFilename)
Loads track segments of a GPX file, and returns them as a single line marker.