Changeset 31 in josm for src/org/openstreetmap/josm/data/osm/Track.java
- Timestamp:
- 2005-12-06T23:23:20+01:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/data/osm/Track.java
r23 r31 19 19 20 20 21 /**22 * Add the line segment to the track.23 */24 public void add(LineSegment ls) {25 segments.add(ls);26 }27 28 21 /** 29 22 * Return the last node in the track. This is the node, which no line segment
Note:
See TracChangeset
for help on using the changeset viewer.