Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
Modifier and Type | Field and Description |
---|---|
private WMTSTileSource.Layer |
WMTSTileSource.currentLayer |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<WMTSTileSource.Layer> |
WMTSTileSource.layers |
private java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> |
WMTSTileSource.SelectLayerDialog.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 |
---|---|
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 static java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> |
WMTSTileSource.SelectLayerDialog.groupLayersByName(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 |
---|---|
private static java.util.List<java.util.Map.Entry<java.lang.String,java.util.List<WMTSTileSource.Layer>>> |
WMTSTileSource.SelectLayerDialog.groupLayersByName(java.util.Collection<WMTSTileSource.Layer> layers) |
Constructor and Description |
---|
Layer(WMTSTileSource.Layer l) |
Constructor and Description |
---|
SelectLayerDialog(java.util.Collection<WMTSTileSource.Layer> layers) |