| Package | Description |
|---|---|
| org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
| org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
| Modifier and Type | Field and Description |
|---|---|
private NativeScaleLayer.ScaleList |
WMTSTileSource.nativeScaleList |
| Modifier and Type | Method and Description |
|---|---|
NativeScaleLayer.ScaleList |
WMTSTileSource.getNativeScales()
Get native scales of tile source.
|
| Modifier and Type | Field and Description |
|---|---|
private static NativeScaleLayer.ScaleList |
TMSLayer.nativeScaleList |
| Modifier and Type | Method and Description |
|---|---|
NativeScaleLayer.ScaleList |
WMTSLayer.getNativeScales() |
NativeScaleLayer.ScaleList |
NativeScaleLayer.getNativeScales()
Get native scales of this layer.
|
NativeScaleLayer.ScaleList |
TMSLayer.getNativeScales() |
private static NativeScaleLayer.ScaleList |
TMSLayer.initNativeScaleList() |
NativeScaleLayer.ScaleList |
NativeScaleLayer.ScaleList.withIntermediateSteps(double ratio)
Returns a ScaleList that has intermediate steps between native scales.
|