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 withJMapViewerclasses.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.ScaleListWMTSTileSource. nativeScaleListMethods in org.openstreetmap.josm.data.imagery that return NativeScaleLayer.ScaleList Modifier and Type Method Description NativeScaleLayer.ScaleListWMTSTileSource. 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.ScaleListTMSLayer. nativeScaleListMethods in org.openstreetmap.josm.gui.layer that return NativeScaleLayer.ScaleList Modifier and Type Method Description NativeScaleLayer.ScaleListNativeScaleLayer. getNativeScales()Get native scales of this layer.NativeScaleLayer.ScaleListTMSLayer. getNativeScales()NativeScaleLayer.ScaleListWMTSLayer. getNativeScales()private static NativeScaleLayer.ScaleListTMSLayer. initNativeScaleList()NativeScaleLayer.ScaleListNativeScaleLayer.ScaleList. withIntermediateSteps(double ratio)Returns a ScaleList that has intermediate steps between native scales.
-