Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
Modifier and Type | Field and Description |
---|---|
private WMTSTileSource.Layer |
WMTSTileSource.currentLayer |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<WMTSTileSource.Layer> |
WMTSCapabilities.layers |
private java.util.Collection<WMTSTileSource.Layer> |
WMTSTileSource.layers |
Modifier and Type | Method and Description |
---|---|
private static WMTSTileSource.Layer |
WMTSTileSource.parseLayer(javax.xml.stream.XMLStreamReader reader)
Parse Layer tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<WMTSTileSource.Layer> |
WMTSCapabilities.getLayers()
Layers of this WMTS service
|
java.util.Collection<WMTSTileSource.Layer> |
WMTSTileSource.getLayers()
Layers that can be used with this tile source
|
static java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> |
WMTSTileSource.groupLayersByNameAndTileMatrixSet(java.util.Collection<WMTSTileSource.Layer> layers) |
private static java.util.Collection<WMTSTileSource.Layer> |
WMTSTileSource.parseContents(javax.xml.stream.XMLStreamReader reader)
Parse Contents tag.
|
Modifier and Type | Method and Description |
---|---|
void |
WMTSCapabilities.addLayers(java.util.Collection<WMTSTileSource.Layer> layers)
Adds layers to this WMTS service response
|
static java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> |
WMTSTileSource.groupLayersByNameAndTileMatrixSet(java.util.Collection<WMTSTileSource.Layer> layers) |
Constructor and Description |
---|
Layer(WMTSTileSource.Layer l) |
Constructor and Description |
---|
SelectLayerDialog(java.util.Collection<WMTSTileSource.Layer> layers) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> |
WMTSLayerSelection.layers |
private java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> |
WMTSLayerSelection.AbstractTableModelExtension.layers |
Modifier and Type | Method and Description |
---|---|
WMTSTileSource.Layer |
WMTSLayerSelection.getSelectedLayer() |
Constructor and Description |
---|
AbstractTableModelExtension(java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> layers) |
WMTSLayerSelection(java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> layers)
Constructs a new
WMTSLayerSelection . |