Uses of Class
org.openstreetmap.josm.tools.date.Interval
-
Packages that use Interval Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes). -
-
Uses of Interval in org.openstreetmap.josm.data.gpx
Methods in org.openstreetmap.josm.data.gpx that return types with arguments of type Interval Modifier and Type Method Description java.util.Optional<Interval>
GpxData. getMinMaxTimeForAllTracks()
Returns minimum and maximum timestamps for all tracks Warning: there are lot of track with broken timestamps, so we just ignore points from future and from year before 1970 in this methodstatic java.util.Optional<Interval>
GpxData. getMinMaxTimeForTrack(IGpxTrack trk)
returns minimum and maximum timestamps in the track
-