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 classGpxDataObjects 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 classMarkerLayer.MarkerDatathe 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 java.lang.StringGPXSettingsPanel. getDataPref(IGpxLayerPrefs data, java.lang.String key)Reads the preference for the given layer or the default preference if not availablestatic intGPXSettingsPanel. getDataPrefInt(IGpxLayerPrefs data, java.lang.String key)Reads the integer preference for the given data or the default preference if not availablestatic voidGPXSettingsPanel. putDataPrefLocal(IGpxLayerPrefs data, java.lang.String key, java.lang.String value)Puts the preference for the given layerstatic java.lang.StringGPXSettingsPanel. tryGetDataPrefLocal(IGpxLayerPrefs data, java.lang.String key)Try to read the preference for the given GpxData
-