Changeset 6084 in josm for trunk/src/org/openstreetmap/josm/data/gpx/ImmutableGpxTrackSegment.java
- Timestamp:
- 2013-07-26T13:38:17+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/ImmutableGpxTrackSegment.java
r5170 r6084 47 47 } 48 48 49 @Override 49 50 public Bounds getBounds() { 50 51 if (bounds == null) … … 54 55 } 55 56 57 @Override 56 58 public Collection<WayPoint> getWayPoints() { 57 59 return wayPoints; 58 60 } 59 61 62 @Override 60 63 public double length() { 61 64 return length; 62 65 } 63 66 67 @Override 64 68 public int getUpdateCount() { 65 69 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.
