Package | Description |
---|---|
org.openstreetmap.josm.gui |
Modifier and Type | Field and Description |
---|---|
static NavigatableComponent.SystemOfMeasurement |
NavigatableComponent.CHINESE_SOM
Chinese system.
|
static NavigatableComponent.SystemOfMeasurement |
NavigatableComponent.IMPERIAL_SOM
Imperial system (British Commonwealth and former British Empire).
|
static NavigatableComponent.SystemOfMeasurement |
NavigatableComponent.METRIC_SOM
Metric system (international standard).
|
static NavigatableComponent.SystemOfMeasurement |
NavigatableComponent.NAUTICAL_MILE_SOM
Nautical mile system (navigation, polar exploration).
|
Modifier and Type | Field and Description |
---|---|
static Map<String,NavigatableComponent.SystemOfMeasurement> |
NavigatableComponent.SYSTEMS_OF_MEASUREMENT
Known systems of measurement.
|
Modifier and Type | Method and Description |
---|---|
static NavigatableComponent.SystemOfMeasurement |
NavigatableComponent.getSystemOfMeasurement()
Returns the current system of measurement.
|