Uses of Class
org.openstreetmap.josm.actions.AddImageryLayerAction.LayerSelection
-
Packages that use AddImageryLayerAction.LayerSelection Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of AddImageryLayerAction.LayerSelection in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return AddImageryLayerAction.LayerSelection Modifier and Type Method Description private static AddImageryLayerAction.LayerSelection
AddImageryLayerAction. askToSelectLayers(WMSImagery wms)
Method parameters in org.openstreetmap.josm.actions with type arguments of type AddImageryLayerAction.LayerSelection Modifier and Type Method Description 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.
-