Uses of Class
org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryPreferenceEntry
-
Packages that use ImageryInfo.ImageryPreferenceEntry Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses. -
-
Uses of ImageryInfo.ImageryPreferenceEntry in org.openstreetmap.josm.data.imagery
Method parameters in org.openstreetmap.josm.data.imagery with type arguments of type ImageryInfo.ImageryPreferenceEntry Modifier and Type Method Description intImageryInfo. compareTo(SourceInfo<ImageryInfo.ImageryCategory,ImageryInfo.ImageryType,ImageryInfo.ImageryBounds,ImageryInfo.ImageryPreferenceEntry> other)booleanImageryInfo. equalsPref(SourceInfo<ImageryInfo.ImageryCategory,ImageryInfo.ImageryType,ImageryInfo.ImageryBounds,ImageryInfo.ImageryPreferenceEntry> other)Check if this object equals another ImageryInfo with respect to the properties that get written to the preference file.Constructors in org.openstreetmap.josm.data.imagery with parameters of type ImageryInfo.ImageryPreferenceEntry Constructor Description ImageryInfo(ImageryInfo.ImageryPreferenceEntry e)Constructs a newImageryInfofrom an imagery preference entry.
-