- get(long) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Get information about a given GPS trace or null if it does not exist.
- getAll(BoundingBox, Handler<GpsTrackpoint>, int) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Get all the trackpoints in the given bounding box.
- getData(long, Handler<GpsTrackpoint>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Get all trackpoints contained in the given trace id.
- getMine(Handler<GpsTraceDetails>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
-
Pass all gps traces the current user uploaded to the given handler
- GpsTraceDetails - Class in de.westnordost.osmapi.traces
-
Details aka meta informations for a GPS, so not the actual trace
- GpsTraceDetails() - Constructor for class de.westnordost.osmapi.traces.GpsTraceDetails
-
- GpsTraceDetails.Visibility - Enum in de.westnordost.osmapi.traces
-
See http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces for a more detailed description
- GpsTracesDao - Class in de.westnordost.osmapi.traces
-
Create, get, edit and delete gpx traces
- GpsTracesDao(OsmConnection) - Constructor for class de.westnordost.osmapi.traces.GpsTracesDao
-
- GpsTracesParser - Class in de.westnordost.osmapi.traces
-
Parses the GPS traces response of the osm api (API 0.6).
- GpsTracesParser(Handler<GpsTraceDetails>) - Constructor for class de.westnordost.osmapi.traces.GpsTracesParser
-
- GpsTraceWriter - Class in de.westnordost.osmapi.traces
-
Writes only those GPS trace properties that can be changed in an update call to the API.
- GpsTraceWriter(long, GpsTraceDetails.Visibility, String, List<String>) - Constructor for class de.westnordost.osmapi.traces.GpsTraceWriter
-
- GpsTrackpoint - Class in de.westnordost.osmapi.traces
-
- GpsTrackpoint(LatLon) - Constructor for class de.westnordost.osmapi.traces.GpsTrackpoint
-
- GpxDateFormat - Class in de.westnordost.osmapi.traces
-
Gpx timestamps can optionally include milliseconds
- GpxDateFormat() - Constructor for class de.westnordost.osmapi.traces.GpxDateFormat
-
- GpxTrackParser - Class in de.westnordost.osmapi.traces
-
Parses the trackpoints from response of the osm api (API 0.6).
- GpxTrackParser(Handler<GpsTrackpoint>) - Constructor for class de.westnordost.osmapi.traces.GpxTrackParser
-
- GpxTrackWriter - Class in de.westnordost.osmapi.traces
-
- GpxTrackWriter(String, Iterable<GpsTrackpoint>) - Constructor for class de.westnordost.osmapi.traces.GpxTrackWriter
-