Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Field and Description |
---|---|
private NativeScaleLayer |
NavigatableComponent.nativeScaleLayer
The layer which scale is set to.
|
Modifier and Type | Method and Description |
---|---|
NativeScaleLayer |
NavigatableComponent.getNativeScaleLayer()
Replies the layer which scale is set to.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigatableComponent.setNativeScaleLayer(NativeScaleLayer nativeScaleLayer)
Choose a layer that scale will be snap to its native scales.
|
Modifier and Type | Method and Description |
---|---|
protected NativeScaleLayer |
LayerListDialog.LayerListModel.getNativeScaleLayer()
Deprecated.
Deprecated since it is unused in JOSM and does not really belong here. Can be removed soon (August 2016).
You can directly query MapView.
|
Modifier and Type | Class and Description |
---|---|
class |
TMSLayer
Class that displays a slippy map layer.
|
class |
WMTSLayer
WMTS layer based on AbstractTileSourceLayer.
|