Package | Description |
---|---|
org.openstreetmap.josm.data.gpx | |
org.openstreetmap.josm.gui.layer.geoimage | |
org.openstreetmap.josm.gui.layer.markerlayer | |
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private Collection<WayPoint> |
GpxData.LinesIterator.next |
Collection<WayPoint> |
GpxRoute.routePoints |
Collection<WayPoint> |
GpxData.waypoints |
private Collection<WayPoint> |
ImmutableGpxTrackSegment.wayPoints |
Modifier and Type | Method and Description |
---|---|
WayPoint |
GpxData.nearestPointOnTrack(EastNorth P,
double tolerance)
Makes a WayPoint at the projection of point P onto the track providing P is less than
tolerance away from the track
|
Modifier and Type | Method and Description |
---|---|
Iterable<Collection<WayPoint>> |
GpxData.getLinesIterable(boolean[] trackVisibility)
Iterate over all track segments and over all routes.
|
private Collection<WayPoint> |
GpxData.LinesIterator.getNext() |
Collection<WayPoint> |
GpxTrackSegment.getWayPoints() |
Collection<WayPoint> |
ImmutableGpxTrackSegment.getWayPoints() |
Collection<WayPoint> |
GpxData.LinesIterator.next() |
Modifier and Type | Method and Description |
---|---|
int |
WayPoint.compareTo(WayPoint w) |
Constructor and Description |
---|
WayPoint(WayPoint p) |
Constructor and Description |
---|
ImmutableGpxTrack(Collection<Collection<WayPoint>> trackSegs,
Map<String,Object> attributes) |
ImmutableGpxTrackSegment(Collection<WayPoint> wayPoints) |
Modifier and Type | Method and Description |
---|---|
private static Double |
CorrelateGpxWithImages.getElevation(WayPoint wp) |
private int |
CorrelateGpxWithImages.matchPoints(List<ImageEntry> images,
WayPoint prevWp,
long prevWpTime,
WayPoint curWp,
long curWpTime,
long offset) |
Modifier and Type | Method and Description |
---|---|
WayPoint |
ImageMarker.convertToWayPoint() |
WayPoint |
AudioMarker.convertToWayPoint() |
WayPoint |
Marker.convertToWayPoint()
Convert Marker to WayPoint so it can be exported to a GPX file.
|
WayPoint |
WebMarker.convertToWayPoint() |
Modifier and Type | Method and Description |
---|---|
Marker |
MarkerProducers.createMarker(WayPoint wp,
File relativePath,
MarkerLayer parentLayer,
double time,
double offset)
Returns a Marker object if this implementation wants to create one for the
given input data, or
null otherwise. |
static Marker |
Marker.createMarker(WayPoint wpt,
File relativePath,
MarkerLayer parentLayer,
double time,
double offset)
Returns an object of class Marker or one of its subclasses
created from the parameters given.
|
Modifier and Type | Field and Description |
---|---|
private WayPoint |
GpxReader.Parser.currentWayPoint |
protected WayPoint |
NmeaReader.NMEAParserState.p_Wp |
Modifier and Type | Field and Description |
---|---|
private Collection<Collection<WayPoint>> |
GpxReader.Parser.currentTrack |
private Collection<WayPoint> |
GpxReader.Parser.currentTrackSeg |
protected Collection<WayPoint> |
NmeaReader.NMEAParserState.waypoints |
Modifier and Type | Method and Description |
---|---|
private void |
GpxWriter.wayPoint(WayPoint pnt,
int mode)
output a point
|