Changeset 7509 in josm for trunk/src/org/openstreetmap/josm/data/gpx
- Timestamp:
- 2014-09-07T16:33:52+02:00 (11 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/gpx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxData.java
r7319 r7509 129 129 return result; 130 130 } 131 131 132 132 /** 133 133 * returns minimum and maximum timestamps in the track -
trunk/src/org/openstreetmap/josm/data/gpx/GpxTrack.java
r6380 r7509 17 17 Bounds getBounds(); 18 18 double length(); 19 19 20 20 /** 21 21 *
Note:
See TracChangeset
for help on using the changeset viewer.