Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
org.openstreetmap.josm.io.imagery |
Modifier and Type | Field and Description |
---|---|
private List<WMSImagery.LayerDetails> |
WMSLayerTree.selectedLayers |
Modifier and Type | Method and Description |
---|---|
List<WMSImagery.LayerDetails> |
WMSLayerTree.getSelectedLayers()
Returns the list of selected layers.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
WMSLayerTree.addLayersToTreeData(MutableTreeNode parent,
List<WMSImagery.LayerDetails> layers) |
void |
WMSLayerTree.updateTreeList(List<WMSImagery.LayerDetails> layers)
Updates the list of WMS layers.
|
Modifier and Type | Field and Description |
---|---|
List<WMSImagery.LayerDetails> |
WMSImagery.LayerDetails.children |
private List<WMSImagery.LayerDetails> |
WMSImagery.layers |
Modifier and Type | Method and Description |
---|---|
private WMSImagery.LayerDetails |
WMSImagery.parseLayer(Element element,
Set<String> parentCrs) |
Modifier and Type | Method and Description |
---|---|
List<WMSImagery.LayerDetails> |
WMSImagery.getLayers() |
private List<WMSImagery.LayerDetails> |
WMSImagery.parseLayers(List<Element> children,
Set<String> parentCrs) |
Modifier and Type | Method and Description |
---|---|
String |
WMSImagery.buildGetMapUrl(Collection<WMSImagery.LayerDetails> selectedLayers) |
String |
WMSImagery.buildGetMapUrl(Collection<WMSImagery.LayerDetails> selectedLayers,
String format) |
ImageryInfo |
WMSImagery.toImageryInfo(String name,
Collection<WMSImagery.LayerDetails> selectedLayers) |
Constructor and Description |
---|
LayerDetails(String name,
String ident,
Set<String> crsList,
boolean supportedLayer,
Bounds bounds,
List<WMSImagery.LayerDetails> childLayers) |