Modifier and Type | Field and Description |
---|---|
private java.util.Collection<WayPoint> |
GpxData.LinesIterator.next |
java.util.Collection<WayPoint> |
GpxRoute.routePoints |
java.util.Collection<WayPoint> |
GpxData.waypoints |
private java.util.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 |
---|---|
java.lang.Iterable<java.util.Collection<WayPoint>> |
GpxData.getLinesIterable(boolean[] trackVisibility)
Iterate over all track segments and over all routes.
|
private java.util.Collection<WayPoint> |
GpxData.LinesIterator.getNext() |
java.util.Collection<WayPoint> |
ImmutableGpxTrackSegment.getWayPoints() |
java.util.Collection<WayPoint> |
GpxTrackSegment.getWayPoints() |
java.util.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(java.util.Collection<java.util.Collection<WayPoint>> trackSegs,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
ImmutableGpxTrackSegment(java.util.Collection<WayPoint> wayPoints) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<WayPoint> |
GpxLayer.listVisibleSegments(Bounds box) |
Modifier and Type | Method and Description |
---|---|
private static void |
OsmDataLayer.addDoubleIfPresent(WayPoint wpt,
OsmPrimitive p,
java.lang.String gpxKey,
java.lang.String... osmKeys) |
private static void |
OsmDataLayer.addIntegerIfPresent(WayPoint wpt,
OsmPrimitive p,
java.lang.String gpxKey,
java.lang.String... osmKeys) |
private static void |
OsmDataLayer.addStringIfPresent(WayPoint wpt,
OsmPrimitive p,
java.lang.String gpxKey,
java.lang.String... osmKeys) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.Double |
CorrelateGpxWithImages.getElevation(WayPoint wp) |
private int |
CorrelateGpxWithImages.matchPoints(java.util.List<ImageEntry> images,
WayPoint prevWp,
long prevWpTime,
WayPoint curWp,
long curWpTime,
long offset) |
Modifier and Type | Method and Description |
---|---|
void |
GpxDrawHelper.drawAll(java.awt.Graphics2D g,
MapView mv,
java.util.List<WayPoint> visibleSegments) |
private void |
GpxDrawHelper.drawArrows(java.awt.Graphics2D g,
MapView mv,
java.util.List<WayPoint> visibleSegments) |
private void |
GpxDrawHelper.drawLines(java.awt.Graphics2D g,
MapView mv,
java.util.List<WayPoint> visibleSegments) |
private void |
GpxDrawHelper.drawPoints(java.awt.Graphics2D g,
MapView mv,
java.util.List<WayPoint> visibleSegments) |
private void |
GpxDrawHelper.fixColors(java.util.List<WayPoint> visibleSegments) |
Modifier and Type | Method and Description |
---|---|
WayPoint |
ImageMarker.convertToWayPoint() |
WayPoint |
WebMarker.convertToWayPoint() |
WayPoint |
AudioMarker.convertToWayPoint() |
WayPoint |
Marker.convertToWayPoint()
Convert Marker to WayPoint so it can be exported to a GPX file.
|
Modifier and Type | Method and Description |
---|---|
Marker |
MarkerProducers.createMarker(WayPoint wp,
java.io.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,
java.io.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 java.util.Collection<java.util.Collection<WayPoint>> |
GpxReader.Parser.currentTrack |
private java.util.Collection<WayPoint> |
GpxReader.Parser.currentTrackSeg |
protected java.util.Collection<WayPoint> |
NmeaReader.NMEAParserState.waypoints |
Modifier and Type | Method and Description |
---|---|
private void |
GpxWriter.wayPoint(WayPoint pnt,
int mode)
output a point
|