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 SystemOfMeasurementSystemOfMeasurement. CHINESEChinese system.static SystemOfMeasurementSystemOfMeasurement. IMPERIALImperial system (British Commonwealth and former British Empire).static SystemOfMeasurementSystemOfMeasurement. METRICMetric system (international standard).static SystemOfMeasurementSystemOfMeasurement. NAUTICAL_MILENautical 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_SYSTEMSKnown systems of measurement.Methods in org.openstreetmap.josm.data that return SystemOfMeasurement Modifier and Type Method Description static SystemOfMeasurementSystemOfMeasurement. getDefault()Returns the default system of measurement for the current country.static SystemOfMeasurementSystemOfMeasurement. 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 voidSystemOfMeasurement. 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_MEASUREMENTSMethods in org.openstreetmap.josm.gui with parameters of type SystemOfMeasurement Modifier and Type Method Description voidMapStatus. 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. unitsComboCombobox with all system of measurements
-