| Package | Description |
|---|---|
| org.openstreetmap.josm.data.imagery | |
| org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
| Modifier and Type | Field and Description |
|---|---|
private ImageryInfo.ImageryType |
ImageryInfo.imageryType
type of the imagery servics - WMS, TMS, ...
|
| Modifier and Type | Method and Description |
|---|---|
static ImageryInfo.ImageryType |
ImageryInfo.ImageryType.fromString(java.lang.String s)
Returns the imagery type from the given type string.
|
ImageryInfo.ImageryType |
ImageryInfo.getImageryType()
Returns the imagery type.
|
static ImageryInfo.ImageryType |
ImageryInfo.ImageryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageryInfo.ImageryType[] |
ImageryInfo.ImageryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageryInfo.setImageryType(ImageryInfo.ImageryType imageryType)
Sets the imagery type.
|
| Modifier and Type | Field and Description |
|---|---|
private ImageryInfo.ImageryType |
ImageryPreference.ImageryProvidersPanel.NewEntryAction.type |
| Constructor and Description |
|---|
NewEntryAction(ImageryInfo.ImageryType type) |