Uses of Interface
org.openstreetmap.josm.data.gpx.IGpxLayerPrefs
-
Packages that use IGpxLayerPrefs Package Description org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.gui.preferences.display Provides classes for handling display preferences. -
-
Uses of IGpxLayerPrefs in org.openstreetmap.josm.data.gpx
Classes in org.openstreetmap.josm.data.gpx that implement IGpxLayerPrefs Modifier and Type Class Description class
GpxData
Objects of this class represent a gpx file with tracks, waypoints and routes. -
Uses of IGpxLayerPrefs in org.openstreetmap.josm.gui.layer.markerlayer
Classes in org.openstreetmap.josm.gui.layer.markerlayer that implement IGpxLayerPrefs Modifier and Type Class Description class
MarkerLayer.MarkerData
the data of a MarkerLayer -
Uses of IGpxLayerPrefs in org.openstreetmap.josm.gui.preferences.display
Methods in org.openstreetmap.josm.gui.preferences.display with parameters of type IGpxLayerPrefs Modifier and Type Method Description static String
GPXSettingsPanel. getDataPref(IGpxLayerPrefs data, String key)
Reads the preference for the given layer or the default preference if not availablestatic int
GPXSettingsPanel. getDataPrefInt(IGpxLayerPrefs data, String key)
Reads the integer preference for the given data or the default preference if not availablestatic void
GPXSettingsPanel. putDataPrefLocal(IGpxLayerPrefs data, String key, String value)
Puts the preference for the given layerstatic String
GPXSettingsPanel. tryGetDataPrefLocal(IGpxLayerPrefs data, String key)
Try to read the preference for the given GpxData
-