Uses of Class
org.openstreetmap.josm.data.imagery.ImageryInfo
-
Packages that use ImageryInfo Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.imagery.vectortile.mapbox org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences.org.openstreetmap.josm.io.imagery Provides the classes for imagery I/O.org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser). -
-
Uses of ImageryInfo in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as ImageryInfo Modifier and Type Field Description private ImageryInfo
AddImageryLayerAction. info
Methods in org.openstreetmap.josm.actions that return ImageryInfo Modifier and Type Method Description private static ImageryInfo
AddImageryLayerAction. convertImagery(ImageryInfo info)
Converts general ImageryInfo to specific one, that does not need any user action to initialize see: https://josm.openstreetmap.de/ticket/13868protected static ImageryInfo
AddImageryLayerAction. getWMSLayerInfo(ImageryInfo info)
Asks user to choose a WMS layer from a WMS endpoint.static ImageryInfo
AddImageryLayerAction. getWMSLayerInfo(ImageryInfo info, java.util.function.Function<WMSImagery,AddImageryLayerAction.LayerSelection> choice)
Asks user to choose a WMS layer from a WMS endpoint.Methods in org.openstreetmap.josm.actions with parameters of type ImageryInfo Modifier and Type Method Description private static ImageryInfo
AddImageryLayerAction. convertImagery(ImageryInfo info)
Converts general ImageryInfo to specific one, that does not need any user action to initialize see: https://josm.openstreetmap.de/ticket/13868protected static ImageryInfo
AddImageryLayerAction. getWMSLayerInfo(ImageryInfo info)
Asks user to choose a WMS layer from a WMS endpoint.static ImageryInfo
AddImageryLayerAction. getWMSLayerInfo(ImageryInfo info, java.util.function.Function<WMSImagery,AddImageryLayerAction.LayerSelection> choice)
Asks user to choose a WMS layer from a WMS endpoint.Constructors in org.openstreetmap.josm.actions with parameters of type ImageryInfo Constructor Description AddImageryLayerAction(ImageryInfo info)
Constructs a newAddImageryLayerAction
for the givenImageryInfo
. -
Uses of ImageryInfo in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery with type parameters of type ImageryInfo Modifier and Type Field Description (package private) static java.util.List<ImageryInfo>
ImageryLayerInfo. allDefaultLayers
List of all available default layers (including mirrors)(package private) static java.util.Map<java.lang.String,ImageryInfo>
ImageryLayerInfo. defaultLayerIds
List of all layer ids of available default layers (including mirrors)(package private) static java.util.List<ImageryInfo>
ImageryLayerInfo. defaultLayers
List of all available default layersprivate java.util.Map<java.lang.String,ImageryInfo>
ImageryLayerInfo. layerIds
List of layer ids of all usable layersprivate java.util.List<ImageryInfo>
ImageryLayerInfo. layers
List of all usable layersprotected java.util.List<ImageryInfo>
ImageryInfo. mirrors
mirrors of different type for this entryprivate java.util.List<ImageryInfo>
ImageryLayerInfo.DefaultEntryLoader. newLayers
Methods in org.openstreetmap.josm.data.imagery that return ImageryInfo Modifier and Type Method Description ImageryInfo
ImageryLayerInfo. getLayer(java.lang.String id)
Returns imagery layer info for the given id.Methods in org.openstreetmap.josm.data.imagery that return types with arguments of type ImageryInfo Modifier and Type Method Description java.util.List<ImageryInfo>
ImageryLayerInfo. getAllDefaultLayers()
List of all available default layers (including mirrors)java.util.List<ImageryInfo>
ImageryLayerInfo. getDefaultLayers()
List of available default layersjava.util.List<ImageryInfo>
ImageryLayerInfo. getLayers()
List of usable layersjava.util.List<ImageryInfo>
ImageryInfo. getMirrors()
Returns the mirror entries.Methods in org.openstreetmap.josm.data.imagery with parameters of type ImageryInfo Modifier and Type Method Description void
ImageryLayerInfo. add(ImageryInfo info)
Add a new imagery entry.static void
ImageryLayerInfo. addLayer(ImageryInfo info)
void
ImageryInfo. addMirror(ImageryInfo entry)
Adds a mirror entry.java.lang.String
ImageryLayerInfo. getUniqueId(ImageryInfo info)
Get unique id for ImageryInfo.private static boolean
ImageryLayerInfo. isSimilar(ImageryInfo iiA, ImageryInfo iiB)
void
ImageryLayerInfo. remove(ImageryInfo info)
Remove an imagery entry.Method parameters in org.openstreetmap.josm.data.imagery with type arguments of type ImageryInfo Modifier and Type Method Description static void
ImageryLayerInfo. addLayers(java.util.Collection<ImageryInfo> infos)
private static void
ImageryLayerInfo. buildIdMap(java.util.List<ImageryInfo> lst, java.util.Map<java.lang.String,ImageryInfo> idMap)
Build the mapping of unique ids toImageryInfo
s.private static void
ImageryLayerInfo. buildIdMap(java.util.List<ImageryInfo> lst, java.util.Map<java.lang.String,ImageryInfo> idMap)
Build the mapping of unique ids toImageryInfo
s.Constructors in org.openstreetmap.josm.data.imagery with parameters of type ImageryInfo Constructor Description CachedAttributionBingAerialTileSource(ImageryInfo info)
Creates tile sourceImageryInfo(ImageryInfo i)
Constructs a newImageryInfo
from an existing one.ImageryPreferenceEntry(ImageryInfo i)
Constructs a newImageryPreferenceEntry
from a givenImageryInfo
.TemplatedWMSTileSource(ImageryInfo info, Projection tileProjection)
Creates a tile source based on imagery infoWMSEndpointTileSource(ImageryInfo info, Projection tileProjection)
Create WMSEndpointTileSource tile sourceWMTSTileSource(ImageryInfo info)
Creates a tile source based on imagery infoWMTSTileSource(ImageryInfo info, Projection projection)
Creates a tile source based on imagery info and initializes it with given projection. -
Uses of ImageryInfo in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Constructors in org.openstreetmap.josm.data.imagery.vectortile.mapbox with parameters of type ImageryInfo Constructor Description MapboxVectorTileSource(ImageryInfo info)
Create a newMapboxVectorTileSource
from anImageryInfo
-
Uses of ImageryInfo in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui with type parameters of type ImageryInfo Modifier and Type Field Description static java.util.Comparator<ImageryInfo>
ImageryMenu. alphabeticImageryComparator
Compare ImageryInfo objects alphabetically by name.Methods in org.openstreetmap.josm.gui with parameters of type ImageryInfo Modifier and Type Method Description private static boolean
ImageryMenu. isPosInOneShapeIfAny(ImageryInfo info, LatLon pos)
For layers containing complex shapes, check that center is in one of its shapes (fix #7910) -
Uses of ImageryInfo in org.openstreetmap.josm.gui.bbox
Methods in org.openstreetmap.josm.gui.bbox that return types with arguments of type ImageryInfo Modifier and Type Method Description abstract java.util.List<ImageryInfo>
JosmMapViewer.AbstractImageryInfoBasedTileSourceProvider. getImageryInfos()
Returns the list of imagery infos backing tile sources.java.util.List<ImageryInfo>
JosmMapViewer.CurrentLayersTileSourceProvider. getImageryInfos()
java.util.List<ImageryInfo>
JosmMapViewer.TMSTileSourceProvider. getImageryInfos()
Method parameters in org.openstreetmap.josm.gui.bbox with type arguments of type ImageryInfo Modifier and Type Method Description (package private) static java.util.List<org.openstreetmap.gui.jmapviewer.interfaces.TileSource>
JosmMapViewer. imageryInfosToTileSources(java.util.List<ImageryInfo> imageryInfos)
-
Uses of ImageryInfo in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as ImageryInfo Modifier and Type Field Description protected ImageryInfo
ImageryLayer. info
Methods in org.openstreetmap.josm.gui.layer that return ImageryInfo Modifier and Type Method Description ImageryInfo
ImageryLayer. getInfo()
Returns imagery info.Methods in org.openstreetmap.josm.gui.layer with parameters of type ImageryInfo Modifier and Type Method Description static void
AlignImageryPanel. addNagPanelIfNeeded(ImageryInfo infoToAdd)
Adds a nag panel for a given imagery info.static ImageryLayer
ImageryLayer. create(ImageryInfo info)
Create a new imagery layerstatic org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource
TMSLayer. getTileSourceStatic(ImageryInfo info)
Creates and returns a new TileSource instance depending on theImageryInfo.ImageryType
of the passed ImageryInfo object.static org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSource
TMSLayer. getTileSourceStatic(ImageryInfo info, java.lang.Runnable attributionLoadedTask)
Creates and returns a new TileSource instance depending on theImageryInfo.ImageryType
of the passed ImageryInfo object.Constructors in org.openstreetmap.josm.gui.layer with parameters of type ImageryInfo Constructor Description AbstractCachedTileSourceLayer(ImageryInfo info)
Creates an instance of class based on ImageryInfoAbstractTileSourceLayer(ImageryInfo info)
Creates Tile Source based Imagery Layer based on Imagery InfoAlignImageryPanel(boolean oneLine, BooleanProperty showAgain, ImageryInfo infoToAdd)
ImageryLayer(ImageryInfo info)
Constructs a newImageryLayer
.TMSLayer(ImageryInfo info)
Create a layer based on ImageryInfoWMSLayer(ImageryInfo info)
Constructs a newWMSLayer
.WMTSLayer(ImageryInfo info)
Creates WMTS layer from ImageryInfo -
Uses of ImageryInfo in org.openstreetmap.josm.gui.layer.imagery
Constructors in org.openstreetmap.josm.gui.layer.imagery with parameters of type ImageryInfo Constructor Description MVTLayer(ImageryInfo info)
Creates an instance of an MVT layer -
Uses of ImageryInfo in org.openstreetmap.josm.gui.preferences.imagery
Fields in org.openstreetmap.josm.gui.preferences.imagery with type parameters of type ImageryInfo Modifier and Type Field Description private java.util.List<ImageryInfo>
ImageryProvidersPanel.ImageryURLTableCellRenderer. layers
Methods in org.openstreetmap.josm.gui.preferences.imagery that return ImageryInfo Modifier and Type Method Description protected abstract ImageryInfo
AddImageryPanel. getImageryInfo()
ImageryInfo
AddMVTLayerPanel. getImageryInfo()
ImageryInfo
AddTMSLayerPanel. getImageryInfo()
ImageryInfo
AddWMSLayerPanel. getImageryInfo()
protected ImageryInfo
AddWMTSLayerPanel. getImageryInfo()
ImageryInfo
ImageryProvidersPanel.ImageryDefaultLayerTableModel. getRow(int row)
Returns the imagery info at the given row number.ImageryInfo
ImageryProvidersPanel.ImageryLayerTableModel. getRow(int row)
Returns the imagery info at the given row number.Methods in org.openstreetmap.josm.gui.preferences.imagery with parameters of type ImageryInfo Modifier and Type Method Description void
ImageryProvidersPanel.ImageryLayerTableModel. addRow(ImageryInfo i)
Adds a new imagery info as the last row.Constructor parameters in org.openstreetmap.josm.gui.preferences.imagery with type arguments of type ImageryInfo Constructor Description ImageryURLTableCellRenderer(java.util.List<ImageryInfo> layers)
-
Uses of ImageryInfo in org.openstreetmap.josm.io.imagery
Fields in org.openstreetmap.josm.io.imagery declared as ImageryInfo Modifier and Type Field Description private ImageryInfo
ImageryReader.Parser. entry
private ImageryInfo
ImageryReader.Parser. mirrorEntry
In case of mirror parsing this contains the mirror entryFields in org.openstreetmap.josm.io.imagery with type parameters of type ImageryInfo Modifier and Type Field Description private java.util.List<ImageryInfo>
ImageryReader.Parser. entries
Methods in org.openstreetmap.josm.io.imagery that return ImageryInfo Modifier and Type Method Description ImageryInfo
WMSImagery. toImageryInfo(java.lang.String name, java.util.List<LayerDetails> selectedLayers, java.util.List<java.lang.String> selectedStyles, java.lang.String format, boolean transparent)
Creates ImageryInfo object from this GetCapabilities documentMethods in org.openstreetmap.josm.io.imagery that return types with arguments of type ImageryInfo Modifier and Type Method Description java.util.List<ImageryInfo>
ImageryReader. parse()
Parses imagery source. -
Uses of ImageryInfo in org.openstreetmap.josm.io.remotecontrol.handler
Methods in org.openstreetmap.josm.io.remotecontrol.handler that return ImageryInfo Modifier and Type Method Description protected ImageryInfo
ImageryHandler. buildImageryInfo()
-