Changeset 29769 in osm for applications/editors/josm/plugins/livegps/src/livegps/AppendableGpxTrackSegment.java
- Timestamp:
- 2013-07-24T18:01:58+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/AppendableGpxTrackSegment.java
r23191 r29769 19 19 private double length; 20 20 21 @Override 21 22 public Bounds getBounds() { 22 23 return bounds; 23 24 } 24 25 26 @Override 25 27 public Collection<WayPoint> getWayPoints() { 26 28 return new CopyList<WayPoint>(wayPoints, size); … … 51 53 } 52 54 55 @Override 53 56 public double length() { 54 57 return length;
Note:
See TracChangeset
for help on using the changeset viewer.