Uses of Class
org.openstreetmap.josm.data.SystemOfMeasurement
-
Packages that use SystemOfMeasurement Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences. -
-
Uses of SystemOfMeasurement in org.openstreetmap.josm.data
Fields in org.openstreetmap.josm.data declared as SystemOfMeasurement Modifier and Type Field Description static SystemOfMeasurement
SystemOfMeasurement. CHINESE
Chinese system.static SystemOfMeasurement
SystemOfMeasurement. IMPERIAL
Imperial system (British Commonwealth and former British Empire).static SystemOfMeasurement
SystemOfMeasurement. METRIC
Metric system (international standard).static SystemOfMeasurement
SystemOfMeasurement. NAUTICAL_MILE
Nautical mile system (navigation, polar exploration).Fields in org.openstreetmap.josm.data with type parameters of type SystemOfMeasurement Modifier and Type Field Description static java.util.Map<java.lang.String,SystemOfMeasurement>
SystemOfMeasurement. ALL_SYSTEMS
Known systems of measurement.Methods in org.openstreetmap.josm.data that return SystemOfMeasurement Modifier and Type Method Description static SystemOfMeasurement
SystemOfMeasurement. getDefault()
Returns the default system of measurement for the current country.static SystemOfMeasurement
SystemOfMeasurement. getSystemOfMeasurement()
Returns the current global system of measurement.Methods in org.openstreetmap.josm.data with parameters of type SystemOfMeasurement Modifier and Type Method Description static void
SystemOfMeasurement. setSystemOfMeasurement(SystemOfMeasurement som)
Sets the current global system of measurement. -
Uses of SystemOfMeasurement in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui with type parameters of type SystemOfMeasurement Modifier and Type Field Description private static java.util.List<SystemOfMeasurement>
MapStatus. SORTED_SYSTEM_OF_MEASUREMENTS
Methods in org.openstreetmap.josm.gui with parameters of type SystemOfMeasurement Modifier and Type Method Description void
MapStatus. updateSystemOfMeasurement(SystemOfMeasurement som)
Updates the system of measurement and displays a notification. -
Uses of SystemOfMeasurement in org.openstreetmap.josm.gui.preferences.projection
Fields in org.openstreetmap.josm.gui.preferences.projection with type parameters of type SystemOfMeasurement Modifier and Type Field Description private JosmComboBox<SystemOfMeasurement>
ProjectionPreference. unitsCombo
Combobox with all system of measurements
-