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