Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
Modifier and Type | Field and 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).
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,SystemOfMeasurement> |
SystemOfMeasurement.ALL_SYSTEMS
Known systems of measurement.
|
Modifier and Type | Method and Description |
---|---|
static SystemOfMeasurement |
SystemOfMeasurement.getSystemOfMeasurement()
Returns the current global system of measurement.
|