Changeset 655 in josm for trunk/src/org/openstreetmap/josm/data/gpx
- Timestamp:
- 2008-06-15T12:28:42+02:00 (17 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
r647 r655 12 12 13 13 /** 14 * objects of this class represent a gpx file with tracks, waypoints and routes 15 * it uses GPX1.1 see http://www.topografix.com/GPX/1/1/ for details 14 * Objects of this class represent a gpx file with tracks, waypoints and routes. 15 * It uses GPX v1.1, see {@link <a href="http://www.topografix.com/GPX/1/1/">the spec</a>} 16 * for details. 16 17 * 17 18 * @author Raphael Mack <ramack@raphael-mack.de> -
trunk/src/org/openstreetmap/josm/data/gpx/WayPoint.java
r647 r655 33 33 34 34 /** 35 * convert the time stamp of ther waypoint into seconds from the epoch 36 * @return seconds 35 * Convert the time stamp of the waypoint into seconds from the epoch 37 36 */ 38 37 public void setTime () {
Note:
See TracChangeset
for help on using the changeset viewer.