Uses of Interface
org.openstreetmap.josm.gui.layer.NativeScaleLayer
-
Packages that use NativeScaleLayer 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. -
-
Uses of NativeScaleLayer in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as NativeScaleLayer Modifier and Type Field Description private NativeScaleLayer
NavigatableComponent. nativeScaleLayer
The layer which scale is set to.Methods in org.openstreetmap.josm.gui that return NativeScaleLayer Modifier and Type Method Description NativeScaleLayer
NavigatableComponent. getNativeScaleLayer()
Replies the layer which scale is set to.Methods in org.openstreetmap.josm.gui with parameters of type NativeScaleLayer Modifier and Type Method Description void
NavigatableComponent. setNativeScaleLayer(NativeScaleLayer nativeScaleLayer)
Choose a layer that scale will be snap to its native scales. -
Uses of NativeScaleLayer in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer that implement NativeScaleLayer Modifier and Type Class Description class
TMSLayer
Class that displays a slippy map layer.class
WMTSLayer
WMTS layer based on AbstractTileSourceLayer.
-