Uses of Interface
org.openstreetmap.josm.data.gpx.IGpxTrackSegment
-
Packages that use IGpxTrackSegment Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of IGpxTrackSegment in org.openstreetmap.josm.data.gpx
Classes in org.openstreetmap.josm.data.gpx that implement IGpxTrackSegment Modifier and Type Class Description class
GpxTrackSegment
A gpx track segment consisting of multiple waypoints.Fields in org.openstreetmap.josm.data.gpx with type parameters of type IGpxTrackSegment Modifier and Type Field Description private java.util.Iterator<IGpxTrackSegment>
GpxData.LinesIterator. itTrackSegments
private java.util.List<IGpxTrackSegment>
GpxTrack. segments
Methods in org.openstreetmap.josm.data.gpx that return types with arguments of type IGpxTrackSegment Modifier and Type Method Description java.util.Collection<IGpxTrackSegment>
GpxTrack. getSegments()
java.util.Collection<IGpxTrackSegment>
IGpxTrack. getSegments()
Returns the track segments.java.util.stream.Stream<IGpxTrackSegment>
GpxData. getTrackSegmentsStream()
Get stream of track segments.Methods in org.openstreetmap.josm.data.gpx with parameters of type IGpxTrackSegment Modifier and Type Method Description private static WayPoint
GpxData.GpxTrackSegmentSpan. getNextWpWithTime(IGpxTrackSegment seg, boolean forward)
(package private) static GpxData.GpxTrackSegmentSpan
GpxData.GpxTrackSegmentSpan. tryGetFromSegment(IGpxTrackSegment seg)
Constructors in org.openstreetmap.josm.data.gpx with parameters of type IGpxTrackSegment Constructor Description Line(IGpxTrackSegment trackSegment, java.util.Map<java.lang.String,java.lang.Object> trackAttributes, java.awt.Color color)
Constructs a newLine
.Constructor parameters in org.openstreetmap.josm.data.gpx with type arguments of type IGpxTrackSegment Constructor Description GpxTrack(java.util.List<IGpxTrackSegment> trackSegs, java.util.Map<java.lang.String,java.lang.Object> attributes)
Constructs a newGpxTrack
fromGpxTrackSegment
objects. -
Uses of IGpxTrackSegment in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as IGpxTrackSegment Modifier and Type Field Description private IGpxTrackSegment
GpxLayer. currentSegment
Current segment forJumpToMarkerActions.JumpToMarkerLayer
.Method parameters in org.openstreetmap.josm.gui.layer with type arguments of type IGpxTrackSegment Modifier and Type Method Description private void
GpxLayer. jumpToNext(java.util.List<IGpxTrackSegment> segments)
-
Uses of IGpxTrackSegment in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io with type parameters of type IGpxTrackSegment Modifier and Type Field Description private java.util.Collection<IGpxTrackSegment>
GpxParser. currentTrack
-