Uses of Class
org.openstreetmap.josm.data.sources.SourceBounds
-
Packages that use SourceBounds Package Description org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.sources -
-
Uses of SourceBounds in org.openstreetmap.josm.data.imagery
Subclasses of SourceBounds in org.openstreetmap.josm.data.imagery Modifier and Type Class Description static class
ImageryInfo.ImageryBounds
Multi-polygon bounds for imagery backgrounds. -
Uses of SourceBounds in org.openstreetmap.josm.data.sources
Classes in org.openstreetmap.josm.data.sources with type parameters of type SourceBounds Modifier and Type Class Description class
SourceInfo<T extends ISourceCategory<?>,U extends ISourceType<?>,V extends SourceBounds,W extends SourcePreferenceEntry<?>>
This class is an abstraction for source information to be used in a panel like ImageryProvidersPanel.Fields in org.openstreetmap.josm.data.sources declared as SourceBounds Modifier and Type Field Description protected V
SourceInfo. bounds
display bounds of imagery, displayed in prefs and used for automatic imagery selection
-