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 withJMapViewer
classes. -
-
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 int
ImageryInfo. compareTo(SourceInfo<ImageryInfo.ImageryCategory,ImageryInfo.ImageryType,ImageryInfo.ImageryBounds,ImageryInfo.ImageryPreferenceEntry> other)
boolean
ImageryInfo. 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 newImageryInfo
from an imagery preference entry.
-