Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.cache |
Provides the classes for JOSM cache of imagery tiles, backed up by JCS.
|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
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.layer.markerlayer |
Provides classes for handling marker layers.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
(package private) static IntegerProperty |
OverpassDownloadAction.OverpassQueryHistoryPopup.OVERPASS_QUERY_HISTORY_SIZE |
Modifier and Type | Field and Description |
---|---|
static IntegerProperty |
DownloadNotesTask.DAYS_CLOSED
Property defining number of days a bug needs to be closed to no longer be downloaded
|
static IntegerProperty |
DownloadNotesTask.DOWNLOAD_LIMIT
Property defining the number of notes to be downloaded
|
Modifier and Type | Field and Description |
---|---|
static IntegerProperty |
AutosaveTask.PROP_DELETED_LAYERS |
static IntegerProperty |
AutosaveTask.PROP_FILES_PER_LAYER |
static IntegerProperty |
AutosaveTask.PROP_INDEX_LIMIT |
static IntegerProperty |
AutosaveTask.PROP_INTERVAL |
Modifier and Type | Field and Description |
---|---|
static IntegerProperty |
JCSCacheManager.DEFAULT_MAX_OBJECTS_IN_MEMORY
default objects to be held in memory by JCS caches (per region)
|
static IntegerProperty |
JCSCachedTileLoaderJob.THREAD_LIMIT
maximum download threads that will be started
|
Modifier and Type | Field and Description |
---|---|
static IntegerProperty |
TMSCachedTileLoader.HOST_LIMIT
Limit definition for per host concurrent connections
|
static IntegerProperty |
TMSCachedTileLoader.THREAD_LIMIT
overrides the THREAD_LIMIT in superclass, as we want to have separate limit and pool for TMS
|
Modifier and Type | Field and Description |
---|---|
private static IntegerProperty |
NotificationManager.pauseTime |
static IntegerProperty |
NavigatableComponent.PROP_SNAP_DISTANCE
Snap distance
|
Modifier and Type | Field and Description |
---|---|
static IntegerProperty |
TagEditHelper.PROPERTY_RECENT_TAGS_NUMBER
Number of recent tags
|
Modifier and Type | Field and Description |
---|---|
private static IntegerProperty |
DownloadDialog.DOWNLOAD_TAB |
Modifier and Type | Field and Description |
---|---|
static IntegerProperty |
AbstractCachedTileSourceLayer.MAX_DISK_CACHE_SIZE
how many object on disk should be stored for TMS region in MB.
|
static IntegerProperty |
ImageryLayer.PROP_FADE_AMOUNT |
static IntegerProperty |
WMSLayer.PROP_IMAGE_SIZE
default tile size for WMS Layer
|
static IntegerProperty |
AbstractTileSourceLayer.PROP_MAX_ZOOM_LVL
maximum zoom level to show to user
|
static IntegerProperty |
TMSLayer.PROP_MAX_ZOOM_LVL
maximum zoom level for TMS layer
|
static IntegerProperty |
AbstractTileSourceLayer.PROP_MIN_ZOOM_LVL
minimum zoom level to show to user
|
static IntegerProperty |
TMSLayer.PROP_MIN_ZOOM_LVL
minimum zoom level for TMS layer
|
static IntegerProperty |
ImageryLayer.PROP_SHARPEN_LEVEL |
static IntegerProperty |
OsmDataLayer.PROPERTY_RECENT_RELATIONS_NUMBER |
static IntegerProperty |
AbstractTileSourceLayer.ZOOM_OFFSET
Offset between calculated zoom level and zoom level used to download and show tiles.
|
Modifier and Type | Field and Description |
---|---|
private static IntegerProperty |
Marker.TemplateEntryProperty.PROP_LABEL |
Modifier and Type | Field and Description |
---|---|
static IntegerProperty |
MessageNotifier.PROP_INTERVAL
Property defining the update interval in minutes
|