|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhpotsdam.unfolding.data.GeoDataReader
de.fhpotsdam.unfolding.data.GPXReader
public class GPXReader
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 |
---|
public GPXReader()
Method Detail |
---|
public static java.util.List<Feature> loadData(processing.core.PApplet p, java.lang.String gpxFilename)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |