Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.data.imagery | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
org.openstreetmap.josm.io.imagery | |
org.openstreetmap.josm.io.remotecontrol.handler |
Modifier and Type | Field and Description |
---|---|
private ImageryInfo |
AddImageryLayerAction.info |
Modifier and Type | Method and Description |
---|---|
protected ImageryInfo |
AddImageryLayerAction.getWMSLayerInfo() |
Constructor and Description |
---|
AddImageryLayerAction(ImageryInfo info)
Constructs a new
AddImageryLayerAction for the given ImageryInfo . |
Modifier and Type | Field and Description |
---|---|
private static Map<String,ImageryInfo> |
ImageryLayerInfo.defaultLayerIds |
private static List<ImageryInfo> |
ImageryLayerInfo.defaultLayers |
private Map<String,ImageryInfo> |
ImageryLayerInfo.layerIds |
private List<ImageryInfo> |
ImageryLayerInfo.layers |
Modifier and Type | Method and Description |
---|---|
List<ImageryInfo> |
ImageryLayerInfo.getDefaultLayers() |
List<ImageryInfo> |
ImageryLayerInfo.getLayers() |
Modifier and Type | Method and Description |
---|---|
void |
ImageryLayerInfo.add(ImageryInfo info) |
static void |
ImageryLayerInfo.addLayer(ImageryInfo info) |
int |
ImageryInfo.compareTo(ImageryInfo in) |
void |
ImageryInfo.copyAttribution(ImageryInfo i)
Copies attribution from another
ImageryInfo . |
boolean |
ImageryInfo.equalsBaseValues(ImageryInfo in) |
boolean |
ImageryInfo.equalsPref(ImageryInfo other)
Check if this object equals another ImageryInfo with respect to the properties
that get written to the preference file.
|
String |
ImageryLayerInfo.getUniqueId(ImageryInfo info)
Get unique id for ImageryInfo.
|
private boolean |
ImageryLayerInfo.isSimilar(ImageryInfo iiA,
ImageryInfo iiB) |
void |
ImageryLayerInfo.remove(ImageryInfo info) |
Modifier and Type | Method and Description |
---|---|
static void |
ImageryLayerInfo.addLayers(Collection<ImageryInfo> infos) |
private static void |
ImageryLayerInfo.buildIdMap(List<ImageryInfo> lst,
Map<String,ImageryInfo> idMap)
Build the mapping of unique ids to
ImageryInfo s. |
private static void |
ImageryLayerInfo.buildIdMap(List<ImageryInfo> lst,
Map<String,ImageryInfo> idMap)
Build the mapping of unique ids to
ImageryInfo s. |
Constructor and Description |
---|
CachedAttributionBingAerialTileSource(ImageryInfo info)
Creates tile source
|
ImageryInfo(ImageryInfo i)
Constructs a new
ImageryInfo from an existing one. |
ImageryPreferenceEntry(ImageryInfo i)
Constructs a new
ImageryPreferenceEntry from a given ImageryInfo . |
TemplatedWMSTileSource(ImageryInfo info)
Creates a tile source based on imagery info
|
WMTSTileSource(ImageryInfo info)
Creates a tile source based on imagery info
|
Modifier and Type | Field and Description |
---|---|
static Comparator<ImageryInfo> |
ImageryMenu.alphabeticImageryComparator
Compare ImageryInfo objects alphabetically by name.
|
Modifier and Type | Field and Description |
---|---|
protected ImageryInfo |
ImageryLayer.info |
Modifier and Type | Method and Description |
---|---|
ImageryInfo |
ImageryLayer.getInfo() |
Modifier and Type | Method and Description |
---|---|
static void |
AlignImageryPanel.addNagPanelIfNeeded(ImageryInfo infoToAdd) |
static ImageryLayer |
ImageryLayer.create(ImageryInfo info) |
protected AbstractTMSTileSource |
TMSLayer.getTileSource(ImageryInfo info)
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the passed ImageryInfo object. |
protected abstract AbstractTMSTileSource |
AbstractTileSourceLayer.getTileSource(ImageryInfo info) |
protected AbstractTMSTileSource |
WMTSLayer.getTileSource(ImageryInfo info) |
protected AbstractTMSTileSource |
WMSLayer.getTileSource(ImageryInfo info) |
static AbstractTMSTileSource |
TMSLayer.getTileSourceStatic(ImageryInfo info)
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the passed ImageryInfo object. |
static AbstractTMSTileSource |
TMSLayer.getTileSourceStatic(ImageryInfo info,
Runnable attributionLoadedTask)
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the passed ImageryInfo object. |
Constructor and Description |
---|
AbstractCachedTileSourceLayer(ImageryInfo info)
Creates an instance of class based on InageryInfo
|
AbstractTileSourceLayer(ImageryInfo info)
Creates Tile Source based Imagery Layer based on Imagery Info
|
AlignImageryPanel(boolean oneLine,
BooleanProperty showAgain,
ImageryInfo infoToAdd) |
ImageryLayer(ImageryInfo info)
Constructs a new
ImageryLayer . |
TMSLayer(ImageryInfo info)
Create a layer based on ImageryInfo
|
WMSLayer(ImageryInfo info)
Constructs a new
WMSLayer . |
WMTSLayer(ImageryInfo info)
Creates WMTS layer from ImageryInfo
|
Modifier and Type | Field and Description |
---|---|
private List<ImageryInfo> |
ImageryPreference.ImageryProvidersPanel.ImageryURLTableCellRenderer.layers |
Modifier and Type | Method and Description |
---|---|
ImageryInfo |
AddWMSLayerPanel.getImageryInfo() |
protected abstract ImageryInfo |
AddImageryPanel.getImageryInfo() |
protected ImageryInfo |
AddWMTSLayerPanel.getImageryInfo() |
ImageryInfo |
AddTMSLayerPanel.getImageryInfo() |
ImageryInfo |
ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel.getRow(int row)
Returns the imagery info at the given row number.
|
ImageryInfo |
ImageryPreference.ImageryProvidersPanel.ImageryDefaultLayerTableModel.getRow(int row)
Returns the imagery info at the given row number.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageryPreference.ImageryProvidersPanel.ImageryLayerTableModel.addRow(ImageryInfo i)
Adds a new imagery info as the last row.
|
Constructor and Description |
---|
ImageryURLTableCellRenderer(List<ImageryInfo> layers) |
Modifier and Type | Field and Description |
---|---|
private ImageryInfo |
ImageryReader.Parser.entry |
Modifier and Type | Field and Description |
---|---|
private List<ImageryInfo> |
ImageryReader.Parser.entries |
Modifier and Type | Method and Description |
---|---|
ImageryInfo |
WMSImagery.toImageryInfo(String name,
Collection<WMSImagery.LayerDetails> selectedLayers) |
Modifier and Type | Method and Description |
---|---|
List<ImageryInfo> |
ImageryReader.parse() |
Modifier and Type | Method and Description |
---|---|
protected ImageryInfo |
ImageryHandler.buildImageryInfo() |
protected static ImageryInfo |
ImageryHandler.findBingEntry() |