| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
| org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
| org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
| org.openstreetmap.josm.io.imagery |
Provides the classes for imagery I/O.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<LayerDetails> |
AddImageryLayerAction.LayerSelection.layers |
| Constructor and Description |
|---|
LayerSelection(java.util.List<LayerDetails> layers,
java.lang.String format,
boolean transparent)
Constructs a new
LayerSelection. |
| Modifier and Type | Field and Description |
|---|---|
private LayerDetails |
LayerDetails.parentLayer |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<LayerDetails> |
LayerDetails.children |
| Modifier and Type | Method and Description |
|---|---|
LayerDetails |
LayerDetails.getParent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<LayerDetails> |
LayerDetails.flattened() |
java.util.List<LayerDetails> |
LayerDetails.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerDetails.setChildren(java.util.List<LayerDetails> children)
sets children layers for this layer
|
| Constructor and Description |
|---|
LayerDetails(LayerDetails parentLayer)
Constructor pointing to parent layer.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<LayerDetails> |
WMSLayerTree.selectedLayers |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LayerDetails> |
WMSLayerTree.getSelectedLayers()
Returns the list of selected layers.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
WMSLayerTree.addLayersToTreeData(javax.swing.tree.MutableTreeNode parent,
java.util.Collection<LayerDetails> layers) |
void |
WMSLayerTree.updateTreeList(java.util.Collection<LayerDetails> layers)
Updates the list of WMS layers.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<LayerDetails> |
WMSImagery.layers |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LayerDetails> |
WMSImagery.getLayers()
Returns the list of top-level layers.
|
java.util.List<LayerDetails> |
WMSImagery.getLayers(java.util.List<DefaultLayer> defaultLayers) |
| Modifier and Type | Method and Description |
|---|---|
private void |
WMSImagery.parseAndAddStyle(javax.xml.stream.XMLStreamReader reader,
LayerDetails ld) |
private void |
WMSImagery.parseLayer(javax.xml.stream.XMLStreamReader reader,
LayerDetails parentLayer) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
WMSImagery.buildGetMapUrl(java.util.List<LayerDetails> selectedLayers,
java.util.List<java.lang.String> selectedStyles,
boolean transparent) |
java.lang.String |
WMSImagery.buildGetMapUrl(java.util.List<LayerDetails> selectedLayers,
java.util.List<java.lang.String> selectedStyles,
java.lang.String format,
boolean transparent) |
java.util.Collection<java.lang.String> |
WMSImagery.getServerProjections(java.util.List<LayerDetails> selectedLayers)
Returns projections that server supports for provided list of layers.
|
ImageryInfo |
WMSImagery.toImageryInfo(java.lang.String name,
java.util.List<LayerDetails> selectedLayers,
java.util.List<java.lang.String> selectedStyles,
java.lang.String format,
boolean transparent)
Creates ImageryInfo object from this GetCapabilities document
|