Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.gui.autofilter |
Provides the classes for automatic filters (filters automatically created on current data).
|
org.openstreetmap.josm.gui.bbox |
Provides GUI classes for displaying a customizable and interactive bounding box.
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.preferences.display |
Provides classes for handling display preferences.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.io.remotecontrol |
Provides the classes for remote control system.
|
Modifier and Type | Field and Description |
---|---|
static StringProperty |
SystemOfMeasurement.PROP_SYSTEM_OF_MEASUREMENT
Preferences entry for system of measurement.
|
Modifier and Type | Field and Description |
---|---|
static StringProperty |
CachedTileLoaderFactory.PROP_TILECACHE_DIR
Keeps the cache directory where
|
Modifier and Type | Method and Description |
---|---|
private static StringProperty |
CachedTileLoaderFactory.getTileCacheDir() |
Modifier and Type | Field and Description |
---|---|
static StringProperty |
AutoFilterManager.PROP_AUTO_FILTER_RULE
Property to determine the current auto filter rule.
|
Modifier and Type | Field and Description |
---|---|
private static StringProperty |
SlippyMapBBoxChooser.PROP_MAPSTYLE |
Modifier and Type | Field and Description |
---|---|
static StringProperty |
TagEditHelper.PROPERTY_TAGS_TO_IGNORE |
(package private) StringProperty |
TaginfoAction.TAGINFO_URL_PROP |
Modifier and Type | Field and Description |
---|---|
private static StringProperty |
OverpassDownloadSource.OverpassDownloadSourcePanel.DOWNLOAD_QUERY |
private static StringProperty |
DownloadDialog.DOWNLOAD_SOURCE_TAB |
Modifier and Type | Field and Description |
---|---|
static StringProperty |
OsmDataLayer.PROPERTY_SAVE_EXTENSION
The extension that should be used when saving the OSM file.
|
Modifier and Type | Field and Description |
---|---|
static StringProperty |
LafPreference.LAF
Look-and-feel property.
|
Modifier and Type | Field and Description |
---|---|
private static StringProperty |
ProjectionPreference.PROP_COORDINATES |
private static StringProperty |
ProjectionPreference.PROP_PROJECTION_DEFAULT |
Modifier and Type | Field and Description |
---|---|
static StringProperty |
NameFinder.NOMINATIM_URL_PROP
Nominatim URL property.
|
static StringProperty |
OverpassDownloadReader.OVERPASS_SERVER
Property for current Overpass server.
|
Modifier and Type | Field and Description |
---|---|
static StringProperty |
RemoteControlHttpsServer.KEYENTRY_PASSWORD
Preference for certificate password (automatically generated by JOSM).
|
static StringProperty |
RemoteControlHttpsServer.KEYSTORE_PASSWORD
Preference for keystore password (automatically generated by JOSM).
|