Package | Description |
---|---|
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
Modifier and Type | Field and Description |
---|---|
private ImageryInfo.ImageryCategory |
ImageryInfo.category
category of the imagery
|
Modifier and Type | Method and Description |
---|---|
static ImageryInfo.ImageryCategory |
ImageryInfo.ImageryCategory.fromString(java.lang.String s)
Returns the imagery category from the given category string.
|
ImageryInfo.ImageryCategory |
ImageryInfo.getImageryCategory()
Returns the imagery category.
|
static ImageryInfo.ImageryCategory |
ImageryInfo.ImageryCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageryInfo.ImageryCategory[] |
ImageryInfo.ImageryCategory.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.setImageryCategory(ImageryInfo.ImageryCategory category)
Sets the imagery category.
|