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 withJMapViewerclasses.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 ImageryInfoAddImageryLayerAction. infoMethods in org.openstreetmap.josm.actions that return ImageryInfo Modifier and Type Method Description private static ImageryInfoAddImageryLayerAction. 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 ImageryInfoAddImageryLayerAction. getWMSLayerInfo(ImageryInfo info)Asks user to choose a WMS layer from a WMS endpoint.static ImageryInfoAddImageryLayerAction. 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 ImageryInfoAddImageryLayerAction. 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 ImageryInfoAddImageryLayerAction. getWMSLayerInfo(ImageryInfo info)Asks user to choose a WMS layer from a WMS endpoint.static ImageryInfoAddImageryLayerAction. 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 newAddImageryLayerActionfor 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. allDefaultLayersList of all available default layers (including mirrors)(package private) static java.util.Map<java.lang.String,ImageryInfo>ImageryLayerInfo. defaultLayerIdsList of all layer ids of available default layers (including mirrors)(package private) static java.util.List<ImageryInfo>ImageryLayerInfo. defaultLayersList of all available default layersprivate java.util.Map<java.lang.String,ImageryInfo>ImageryLayerInfo. layerIdsList of layer ids of all usable layersprivate java.util.List<ImageryInfo>ImageryLayerInfo. layersList of all usable layersprotected java.util.List<ImageryInfo>ImageryInfo. mirrorsmirrors of different type for this entryprivate java.util.List<ImageryInfo>ImageryLayerInfo.DefaultEntryLoader. newLayersMethods in org.openstreetmap.josm.data.imagery that return ImageryInfo Modifier and Type Method Description ImageryInfoImageryLayerInfo. 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 voidImageryLayerInfo. add(ImageryInfo info)Add a new imagery entry.static voidImageryLayerInfo. addLayer(ImageryInfo info)voidImageryInfo. addMirror(ImageryInfo entry)Adds a mirror entry.java.lang.StringImageryLayerInfo. getUniqueId(ImageryInfo info)Get unique id for ImageryInfo.private static booleanImageryLayerInfo. isSimilar(ImageryInfo iiA, ImageryInfo iiB)voidImageryLayerInfo. 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 voidImageryLayerInfo. addLayers(java.util.Collection<ImageryInfo> infos)private static voidImageryLayerInfo. buildIdMap(java.util.List<ImageryInfo> lst, java.util.Map<java.lang.String,ImageryInfo> idMap)Build the mapping of unique ids toImageryInfos.private static voidImageryLayerInfo. buildIdMap(java.util.List<ImageryInfo> lst, java.util.Map<java.lang.String,ImageryInfo> idMap)Build the mapping of unique ids toImageryInfos.Constructors in org.openstreetmap.josm.data.imagery with parameters of type ImageryInfo Constructor Description CachedAttributionBingAerialTileSource(ImageryInfo info)Creates tile sourceImageryInfo(ImageryInfo i)Constructs a newImageryInfofrom an existing one.ImageryPreferenceEntry(ImageryInfo i)Constructs a newImageryPreferenceEntryfrom 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 newMapboxVectorTileSourcefrom 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. alphabeticImageryComparatorCompare ImageryInfo objects alphabetically by name.Methods in org.openstreetmap.josm.gui with parameters of type ImageryInfo Modifier and Type Method Description private static booleanImageryMenu. 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 ImageryInfoImageryLayer. infoMethods in org.openstreetmap.josm.gui.layer that return ImageryInfo Modifier and Type Method Description ImageryInfoImageryLayer. getInfo()Returns imagery info.Methods in org.openstreetmap.josm.gui.layer with parameters of type ImageryInfo Modifier and Type Method Description static voidAlignImageryPanel. addNagPanelIfNeeded(ImageryInfo infoToAdd)Adds a nag panel for a given imagery info.static ImageryLayerImageryLayer. create(ImageryInfo info)Create a new imagery layerstatic org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSourceTMSLayer. getTileSourceStatic(ImageryInfo info)Creates and returns a new TileSource instance depending on theImageryInfo.ImageryTypeof the passed ImageryInfo object.static org.openstreetmap.gui.jmapviewer.tilesources.TMSTileSourceTMSLayer. getTileSourceStatic(ImageryInfo info, java.lang.Runnable attributionLoadedTask)Creates and returns a new TileSource instance depending on theImageryInfo.ImageryTypeof 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. layersMethods in org.openstreetmap.josm.gui.preferences.imagery that return ImageryInfo Modifier and Type Method Description protected abstract ImageryInfoAddImageryPanel. getImageryInfo()ImageryInfoAddMVTLayerPanel. getImageryInfo()ImageryInfoAddTMSLayerPanel. getImageryInfo()ImageryInfoAddWMSLayerPanel. getImageryInfo()protected ImageryInfoAddWMTSLayerPanel. getImageryInfo()ImageryInfoImageryProvidersPanel.ImageryDefaultLayerTableModel. getRow(int row)Returns the imagery info at the given row number.ImageryInfoImageryProvidersPanel.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 voidImageryProvidersPanel.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 ImageryInfoImageryReader.Parser. entryprivate ImageryInfoImageryReader.Parser. mirrorEntryIn 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. entriesMethods in org.openstreetmap.josm.io.imagery that return ImageryInfo Modifier and Type Method Description ImageryInfoWMSImagery. 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 ImageryInfoImageryHandler. buildImageryInfo()
-