Skip navigation links
C D E F G H I N O P T U V W 

C

create(String, GpsTraceDetails.Visibility, String, List<String>, Iterable<GpsTrackpoint>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
Upload a new trace of trackpoints.
create(String, GpsTraceDetails.Visibility, String, Iterable<GpsTrackpoint>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
Upload a new trace with no tags

D

date - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
 
de.westnordost.osmapi.traces - package de.westnordost.osmapi.traces
 
delete(long) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
Delete one of the user's traces
description - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
may be empty/null

E

elevation - Variable in class de.westnordost.osmapi.traces.GpsTrackpoint
 

F

format(Date) - Method in class de.westnordost.osmapi.traces.GpxDateFormat
 

G

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
 

H

horizontalDilutionOfPrecision - Variable in class de.westnordost.osmapi.traces.GpsTrackpoint
 

I

id - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
 
isFirstPointInTrackSegment - Variable in class de.westnordost.osmapi.traces.GpsTrackpoint
whether this trackpoint is the first point in a new segment/track (no differentiation made)

N

name - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
 

O

onEndElement() - Method in class de.westnordost.osmapi.traces.GpsTracesParser
 
onEndElement() - Method in class de.westnordost.osmapi.traces.GpxTrackParser
 
onStartElement() - Method in class de.westnordost.osmapi.traces.GpsTracesParser
 
onStartElement() - Method in class de.westnordost.osmapi.traces.GpxTrackParser
 

P

parse(InputStream) - Method in class de.westnordost.osmapi.traces.GpsTracesParser
 
parse(String) - Method in class de.westnordost.osmapi.traces.GpxDateFormat
 
parse(InputStream) - Method in class de.westnordost.osmapi.traces.GpxTrackParser
 
pending - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
whether the server did not complete the import of the trace yet
position - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
null until the whole trace has been imported completely by the server
position - Variable in class de.westnordost.osmapi.traces.GpsTrackpoint
 

T

tags - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
may be empty/null
time - Variable in class de.westnordost.osmapi.traces.GpsTrackpoint
null if unknown.

U

update(long, GpsTraceDetails.Visibility, String, List<String>) - Method in class de.westnordost.osmapi.traces.GpsTracesDao
Change the visibility, description and tags of a GPS trace.
userName - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
(current) user name of the uploader

V

valueOf(String) - Static method in enum de.westnordost.osmapi.traces.GpsTraceDetails.Visibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.westnordost.osmapi.traces.GpsTraceDetails.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
visibility - Variable in class de.westnordost.osmapi.traces.GpsTraceDetails
 

W

write() - Method in class de.westnordost.osmapi.traces.GpsTraceWriter
 
write() - Method in class de.westnordost.osmapi.traces.GpxTrackWriter
 
C D E F G H I N O P T U V W 
Skip navigation links