Package org.openstreetmap.josm.gui.layer
Interface NativeScaleLayer
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface NativeScaleLayer
Represents a layer that has native scales.- Since:
- 9818 (creation), 10600 (functional interface)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NativeScaleLayer.Scale
Represents a scale with native flag, used inNativeScaleLayer.ScaleList
static class
NativeScaleLayer.ScaleList
List of scales, may include intermediate steps between native resolutions
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NativeScaleLayer.ScaleList
getNativeScales()
Get native scales of this layer.
-
-
-
Method Detail
-
getNativeScales
NativeScaleLayer.ScaleList getNativeScales()
Get native scales of this layer.- Returns:
NativeScaleLayer.ScaleList
of native scales
-
-