Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.gui.dialogs.layer |
Toggle dialog allowing to display the list of layers.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.io.session |
Provides the classes for user sessions import/export.
|
Modifier and Type | Method and Description |
---|---|
private java.util.stream.Stream<ImageryLayer> |
ReorderImageryLayersAction.getNonOverlayImageryLayers() |
Modifier and Type | Method and Description |
---|---|
static OffsetBookmark |
OffsetBookmark.getBookmarkByName(ImageryLayer layer,
java.lang.String name)
Gets a bookmark that is usable on the given layer by it's name.
|
boolean |
OffsetBookmark.isUsable(ImageryLayer layer)
Test if an image is usable for the given imagery layer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LayerVisibilityAction.GammaFilterSlider.applyValueToLayer(ImageryLayer layer) |
protected void |
LayerVisibilityAction.SharpnessSlider.applyValueToLayer(ImageryLayer layer) |
protected void |
LayerVisibilityAction.ColorfulnessSlider.applyValueToLayer(ImageryLayer layer) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCachedTileSourceLayer<T extends AbstractTMSTileSource>
Class providing cache to other layers
|
class |
AbstractTileSourceLayer<T extends AbstractTMSTileSource>
Base abstract class that supports displaying images provided by TileSource.
|
class |
TMSLayer
Class that displays a slippy map layer.
|
class |
WMSLayer
This is a layer that grabs the current screen from an WMS server.
|
class |
WMTSLayer
WMTS layer based on AbstractTileSourceLayer.
|
Modifier and Type | Method and Description |
---|---|
static ImageryLayer |
ImageryLayer.create(ImageryInfo info)
Create a new imagery layer
|
Constructor and Description |
---|
ImagerySessionExporter(ImageryLayer layer)
Constructs a new
ImagerySessionExporter . |