Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Modifier and Type | Field and Description |
---|---|
private WMTSTileSource.Layer |
WMTSTileSource.currentLayer |
private WMTSTileSource.Layer[] |
WMTSTileSource.SelectLayerDialog.layers |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<WMTSTileSource.Layer> |
WMTSTileSource.layers |
Modifier and Type | Method and Description |
---|---|
WMTSTileSource.Layer |
WMTSTileSource.SelectLayerDialog.getSelectedLayer() |
private WMTSTileSource.Layer |
WMTSTileSource.userSelectLayer(java.util.Collection<WMTSTileSource.Layer> layers) |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<WMTSTileSource.Layer> |
WMTSTileSource.getCapabilities() |
private java.util.Collection<WMTSTileSource.Layer> |
WMTSTileSource.getLayers(java.lang.String name,
java.lang.String projectionCode) |
private java.util.Collection<WMTSTileSource.Layer> |
WMTSTileSource.parseLayer(org.w3c.dom.NodeList nodeList,
java.util.Map<java.lang.String,WMTSTileSource.TileMatrixSet> matrixSetById) |
Modifier and Type | Method and Description |
---|---|
private WMTSTileSource.Layer |
WMTSTileSource.userSelectLayer(java.util.Collection<WMTSTileSource.Layer> layers) |
Constructor and Description |
---|
SelectLayerDialog(java.util.Collection<WMTSTileSource.Layer> layers) |