Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
Modifier and Type | Class and Description |
---|---|
class |
WMTSDefaultLayer
WMTS default layer.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<DefaultLayer> |
ImageryInfo.defaultLayers
which layers should be activated by default on layer addition.
|
Modifier and Type | Method and Description |
---|---|
DefaultLayer |
WMTSTileSource.SelectLayerDialog.getSelectedLayer() |
DefaultLayer |
WMTSTileSource.userSelectLayer()
Creates a dialog based on this tile source with all available layers and returns the name of selected layer
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DefaultLayer> |
ImageryInfo.getDefaultLayers()
Returns default layers that should be shown for this Imagery (if at all supported by imagery provider)
If no layer is set to default and there is more than one imagery available, then user will be asked to choose the layer
to work on
|
Modifier and Type | Method and Description |
---|---|
void |
ImageryInfo.setDefaultLayers(java.util.Collection<DefaultLayer> layers)
Sets the default layers that user will work with
|