Package | Description |
---|---|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
Modifier and Type | Field and Description |
---|---|
private TileSourceDisplaySettings |
AbstractTileSourceLayer.displaySettings |
Modifier and Type | Method and Description |
---|---|
protected TileSourceDisplaySettings |
WMSLayer.createDisplaySettings() |
protected TileSourceDisplaySettings |
AbstractTileSourceLayer.createDisplaySettings()
This method creates the
TileSourceDisplaySettings object. |
protected TileSourceDisplaySettings |
WMTSLayer.createDisplaySettings() |
TileSourceDisplaySettings |
AbstractTileSourceLayer.getDisplaySettings()
Gets the
TileSourceDisplaySettings instance associated with this tile source. |
Modifier and Type | Field and Description |
---|---|
private TileSourceDisplaySettings |
TileCoordinateConverter.settings |
Constructor and Description |
---|
TileCoordinateConverter(MapView mapView,
TileSource tileSource,
TileSourceDisplaySettings settings)
Create a new coordinate converter for the map view.
|