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 withJMapViewerclasses.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 classImageryInfoClass 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 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. -
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 classSourcePreferenceEntry<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 intSourceInfo. compareTo(SourceInfo<T,U,V,W> in)voidSourceInfo. copyAttribution(SourceInfo<T,U,V,W> i)Copies attribution from anotherSourceInfo.booleanSourceInfo. equalsBaseValues(SourceInfo<T,U,V,W> in)Determines if URL is equal to given source info.booleanSourceInfo. 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.
-