Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
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 | Class and Description |
---|---|
class |
TMSLayer
Class that displays a slippy map layer.
|
class |
WMTSLayer
WMTS layer based on AbstractTileSourceLayer.
|