org.openstreetmap.josm.data.imagery
Class ImageryInfo.ImageryPreferenceEntry
java.lang.Object
org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
- Enclosing class:
- ImageryInfo
public static class ImageryInfo.ImageryPreferenceEntry
- extends java.lang.Object
auxiliary class to save an ImageryInfo object in the preferences
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
java.lang.String name
type
java.lang.String type
url
java.lang.String url
pixel_per_eastnorth
double pixel_per_eastnorth
eula
java.lang.String eula
attribution_text
java.lang.String attribution_text
attribution_url
java.lang.String attribution_url
logo_image
java.lang.String logo_image
logo_url
java.lang.String logo_url
terms_of_use_text
java.lang.String terms_of_use_text
terms_of_use_url
java.lang.String terms_of_use_url
country_code
java.lang.String country_code
max_zoom
int max_zoom
min_zoom
int min_zoom
cookies
java.lang.String cookies
bounds
java.lang.String bounds
shapes
java.lang.String shapes
projections
java.lang.String projections
icon
java.lang.String icon
ImageryInfo.ImageryPreferenceEntry
public ImageryInfo.ImageryPreferenceEntry()
ImageryInfo.ImageryPreferenceEntry
public ImageryInfo.ImageryPreferenceEntry(ImageryInfo i)
JOSM