Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.io.imagery |
Provides the classes for imagery I/O.
|
Modifier and Type | Field and Description |
---|---|
private DefaultLayer |
WMTSTileSource.defaultLayer |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DefaultLayer> |
ImageryInfo.defaultLayers
which layers should be activated by default on layer addition.
|
private java.util.List<DefaultLayer> |
WMSEndpointTileSource.layers |
Modifier and Type | Method and Description |
---|---|
static DefaultLayer |
DefaultLayer.fromJson(javax.json.JsonObject o,
ImageryInfo.ImageryType type)
Factory method creating DefaultLayer from JSON objects
|
DefaultLayer |
WMTSTileSource.SelectLayerDialog.getSelectedLayer() |
DefaultLayer |
WMTSTileSource.userSelectLayer()
Creates a dialog based on this tile source with all available layers and returns the name of selected layer
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DefaultLayer> |
ImageryInfo.getDefaultLayers()
Returns default layers that should be shown for this Imagery (if at all supported by imagery provider)
If no layer is set to default and there is more than one imagery available, then user will be asked to choose the layer
to work on
|
Modifier and Type | Method and Description |
---|---|
void |
ImageryInfo.setDefaultLayers(java.util.List<DefaultLayer> layers)
Sets the default layers that user will work with
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<DefaultLayer> |
ImageryReader.Parser.defaultLayers |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WMSImagery.buildGetMapUrl(java.util.List<DefaultLayer> selectedLayers,
boolean transparent)
Returns URL for accessing GetMap service.
|
java.util.List<LayerDetails> |
WMSImagery.getLayers(java.util.List<DefaultLayer> defaultLayers) |