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 Collection<WMTSTileSource.Layer> |
WMTSTileSource.layers |
Modifier and Type | Method and Description |
---|---|
WMTSTileSource.Layer |
WMTSTileSource.SelectLayerDialog.getSelectedLayer() |
private static WMTSTileSource.Layer |
WMTSTileSource.parseLayer(XMLStreamReader reader)
Parse Layer tag.
|
private WMTSTileSource.Layer |
WMTSTileSource.userSelectLayer(Collection<WMTSTileSource.Layer> layers) |
Modifier and Type | Method and Description |
---|---|
private Collection<WMTSTileSource.Layer> |
WMTSTileSource.getCapabilities() |
private Collection<WMTSTileSource.Layer> |
WMTSTileSource.getLayers(String name,
String projectionCode) |
private static Collection<WMTSTileSource.Layer> |
WMTSTileSource.parseContents(XMLStreamReader reader)
Parse Contents tag.
|
Modifier and Type | Method and Description |
---|---|
private WMTSTileSource.Layer |
WMTSTileSource.userSelectLayer(Collection<WMTSTileSource.Layer> layers) |
Constructor and Description |
---|
Layer(WMTSTileSource.Layer l) |
Constructor and Description |
---|
SelectLayerDialog(Collection<WMTSTileSource.Layer> layers) |