Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
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.mappaint.styleelement |
Style elements defining how a map paint style is rendered.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
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 |
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
|
static IntegerProperty |
WMSCachedTileLoader.THREAD_LIMIT
overrides the THREAD_LIMIT in superclass, as we want to have separate limit and pool for WMS
|
Modifier and Type | Field and Description |
---|---|
private static IntegerProperty |
NotificationManager.pauseTime |
static IntegerProperty |
NavigatableComponent.PROP_SNAP_DISTANCE
Snap distance
|
private static IntegerProperty |
MapFrame.TOGGLE_DIALOGS_WIDTH |
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 |
static IntegerProperty |
BookmarkList.MAX_CHANGESET_BOOKMARKS
The maximum number of changeset bookmarks to maintain in list.
|
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 |
AutosaveTask.PROP_DELETED_LAYERS
How many deleted layers should be stored
|
static IntegerProperty |
AutosaveTask.PROP_FILES_PER_LAYER
The number of files to store per layer
|
static IntegerProperty |
WMSLayer.PROP_IMAGE_SIZE
default tile size for WMS Layer
|
static IntegerProperty |
AutosaveTask.PROP_INDEX_LIMIT
The maximum number of autosave files to store
|
static IntegerProperty |
AutosaveTask.PROP_INTERVAL
The autosave interval, in seconds
|
static IntegerProperty |
TMSLayer.PROP_MAX_ZOOM_LVL
maximum zoom level for TMS layer
|
static IntegerProperty |
AbstractTileSourceLayer.PROP_MAX_ZOOM_LVL
maximum zoom level to show to user
|
static IntegerProperty |
TMSLayer.PROP_MIN_ZOOM_LVL
minimum zoom level for TMS layer
|
static IntegerProperty |
AbstractTileSourceLayer.PROP_MIN_ZOOM_LVL
minimum zoom level to show to user
|
static IntegerProperty |
ImageryLayer.PROP_SHARPEN_LEVEL
The default value for the sharpen filter for each imagery layer.
|
static IntegerProperty |
OsmDataLayer.PROPERTY_RECENT_RELATIONS_NUMBER
The number of relations to use in the recent relations cache.
|
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 |
AreaElement.DEFAULT_FILL_ALPHA
The default opacity for the fill.
|
Modifier and Type | Field and Description |
---|---|
static IntegerProperty |
MessageNotifier.PROP_INTERVAL
Property defining the update interval in minutes
|