Uses of Class
org.openstreetmap.josm.data.imagery.ImageryInfo.ImageryBounds
-
Packages that use ImageryInfo.ImageryBounds Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses.org.openstreetmap.josm.io.imagery Provides the classes for imagery I/O. -
-
Uses of ImageryInfo.ImageryBounds in org.openstreetmap.josm.data.imagery
Methods in org.openstreetmap.josm.data.imagery that return ImageryInfo.ImageryBounds Modifier and Type Method Description ImageryInfo.ImageryBoundsImageryInfo. getBounds()Methods in org.openstreetmap.josm.data.imagery with parameters of type ImageryInfo.ImageryBounds Modifier and Type Method Description voidImageryInfo. setBounds(ImageryInfo.ImageryBounds b)Method parameters in org.openstreetmap.josm.data.imagery with type arguments of type ImageryInfo.ImageryBounds 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 ImageryInfo.ImageryBounds in org.openstreetmap.josm.io.imagery
Fields in org.openstreetmap.josm.io.imagery declared as ImageryInfo.ImageryBounds Modifier and Type Field Description private ImageryInfo.ImageryBoundsImageryReader.Parser. boundsFields in org.openstreetmap.josm.io.imagery with type parameters of type ImageryInfo.ImageryBounds Modifier and Type Field Description private java.util.Map<ImageryInfo.ImageryBounds,ImageryInfo.ImageryBounds>ImageryReader.Parser. boundsInternerprivate java.util.Map<ImageryInfo.ImageryBounds,ImageryInfo.ImageryBounds>ImageryReader.Parser. boundsInternerMethods in org.openstreetmap.josm.io.imagery that return ImageryInfo.ImageryBounds Modifier and Type Method Description private ImageryInfo.ImageryBoundsImageryReader.Parser. intern(ImageryInfo.ImageryBounds imageryBounds)Methods in org.openstreetmap.josm.io.imagery with parameters of type ImageryInfo.ImageryBounds Modifier and Type Method Description private ImageryInfo.ImageryBoundsImageryReader.Parser. intern(ImageryInfo.ImageryBounds imageryBounds)
-