Uses of Class
org.openstreetmap.josm.data.gpx.Line
-
Packages that use Line Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers. -
-
Uses of Line in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as Line Modifier and Type Field Description private Line
GpxData.LinesIterator. next
Methods in org.openstreetmap.josm.data.gpx that return Line Modifier and Type Method Description private Line
GpxData.LinesIterator. getNext()
Line
GpxData.LinesIterator. next()
Methods in org.openstreetmap.josm.data.gpx that return types with arguments of type Line Modifier and Type Method Description java.lang.Iterable<Line>
GpxData. getLinesIterable(boolean... trackVisibility)
Iterate over all track segments and over all routes. -
Uses of Line in org.openstreetmap.josm.gui.layer.gpx
Methods in org.openstreetmap.josm.gui.layer.gpx that return types with arguments of type Line Modifier and Type Method Description protected java.lang.Iterable<Line>
GpxDrawHelper. getLinesIterable(boolean[] trackVisibility)
-