Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.data.imagery | |
org.openstreetmap.josm.gui.layer | |
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 java.util.Map<java.lang.String,ImageryInfo> |
ImageryLayerInfo.defaultLayerIds |
private static java.util.List<ImageryInfo> |
ImageryLayerInfo.defaultLayers |
private java.util.Map<java.lang.String,ImageryInfo> |
ImageryLayerInfo.layerIds |
private java.util.List<ImageryInfo> |
ImageryLayerInfo.layers |
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageryInfo> |
ImageryLayerInfo.getDefaultLayers() |
java.util.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.
|
java.lang.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(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 to
ImageryInfo 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 to
ImageryInfo s. |
Constructor and Description |
---|
ImageryInfo(ImageryInfo i)
Constructs a new
ImageryInfo from an existing one. |
ImageryPreferenceEntry(ImageryInfo i)
Constructs a new
ImageryPreferenceEntry from a given ImageryInfo . |
Modifier and Type | Field and Description |
---|---|
protected ImageryInfo |
ImageryLayer.info |
Modifier and Type | Method and Description |
---|---|
ImageryInfo |
ImageryLayer.getInfo() |
ImageryInfo |
WMSLayer.getInfo() |
Modifier and Type | Method and Description |
---|---|
static ImageryLayer |
ImageryLayer.create(ImageryInfo info) |
static TileSource |
TMSLayer.getTileSource(ImageryInfo info)
Creates and returns a new TileSource instance depending on the
ImageryInfo.ImageryType
of the passed ImageryInfo object. |
Constructor and Description |
---|
ImageryLayer(ImageryInfo info)
Constructs a new
ImageryLayer . |
TMSLayer(ImageryInfo info) |
WMSLayer(ImageryInfo info)
Constructs a new
WMSLayer . |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ImageryInfo> |
ImageryPreference.ImageryProvidersPanel.ImageryTableCellRenderer.layers |
Modifier and Type | Method and Description |
---|---|
protected abstract ImageryInfo |
AddImageryPanel.getImageryInfo() |
ImageryInfo |
AddTMSLayerPanel.getImageryInfo() |
ImageryInfo |
AddWMSLayerPanel.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 |
---|
ImageryTableCellRenderer(java.util.List<ImageryInfo> layers) |
Modifier and Type | Field and Description |
---|---|
(package private) ImageryInfo |
ImageryReader.Parser.entry |
private ImageryInfo |
WMSGrabber.info |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<ImageryInfo> |
ImageryReader.Parser.entries |
Modifier and Type | Method and Description |
---|---|
ImageryInfo |
WMSImagery.toImageryInfo(java.lang.String name,
java.util.Collection<WMSImagery.LayerDetails> selectedLayers) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageryInfo> |
ImageryReader.parse() |
Modifier and Type | Method and Description |
---|---|
protected ImageryInfo |
ImageryHandler.buildImageryInfo() |
protected static ImageryInfo |
ImageryHandler.findBingEntry() |