Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static ImageryLayerInfo |
ImageryLayerInfo.instance
Unique instance
|
Constructor and Description |
---|
ImageryLayerInfo(ImageryLayerInfo info)
Constructs a new
ImageryLayerInfo from an existing one. |
Modifier and Type | Field and Description |
---|---|
private ImageryLayerInfo |
ImageryProvidersPanel.layerInfo |
private ImageryLayerInfo |
ImageryPreference.layerInfo |
Constructor and Description |
---|
ImageryProvidersPanel(PreferenceTabbedPane gui,
ImageryLayerInfo layerInfoArg)
Constructs a new
ImageryProvidersPanel . |