Uses of Class
org.openstreetmap.josm.data.sources.SourceInfo
-
Packages that use SourceInfo Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.sources -
-
Uses of SourceInfo in org.openstreetmap.josm.data.imagery
Subclasses of SourceInfo in org.openstreetmap.josm.data.imagery Modifier and Type Class Description class
ImageryInfo
Class that stores info about an image background layer.Methods in org.openstreetmap.josm.data.imagery with parameters of type SourceInfo 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. -
Uses of SourceInfo in org.openstreetmap.josm.data.sources
Classes in org.openstreetmap.josm.data.sources with type parameters of type SourceInfo Modifier and Type Class Description class
SourcePreferenceEntry<T extends SourceInfo<?,?,?,?>>
A generic SourcePreferenceEntry that is used for storing data in JOSM preferences.Methods in org.openstreetmap.josm.data.sources with type parameters of type SourceInfo Modifier and Type Method Description static <W extends SourceInfo<?,?,?,?>>
java.util.Collection<java.lang.String>SourceInfo. getActiveIds(java.lang.Class<W> clazz)
Return the sorted list of activated source IDs.Methods in org.openstreetmap.josm.data.sources with parameters of type SourceInfo Modifier and Type Method Description int
SourceInfo. compareTo(SourceInfo<T,U,V,W> in)
void
SourceInfo. copyAttribution(SourceInfo<T,U,V,W> i)
Copies attribution from anotherSourceInfo
.boolean
SourceInfo. equalsBaseValues(SourceInfo<T,U,V,W> in)
Determines if URL is equal to given source info.boolean
SourceInfo. equalsPref(SourceInfo<T,U,V,W> other)
Check if this object equals another SourceInfo with respect to the properties that get written to the preference file.
-