Uses of Class
org.openstreetmap.josm.gui.layer.AbstractModifiableLayer
-
Packages that use AbstractModifiableLayer Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.preferences.advanced Provides classes for handling advanced preferences. -
-
Uses of AbstractModifiableLayer in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type AbstractModifiableLayer Modifier and Type Method Description static booleanUploadAction. checkPreUploadConditions(AbstractModifiableLayer layer)Check whether the preconditions are met to upload data from a given layer, if applicable.static booleanUploadAction. checkPreUploadConditions(AbstractModifiableLayer layer, APIDataSet apiData)Check whether the preconditions are met to upload data inapiData.private static java.util.concurrent.Future<java.lang.Boolean>UploadAction. checkPreUploadConditionsAsync(AbstractModifiableLayer layer, APIDataSet apiData, java.util.function.Consumer<java.lang.Boolean> onFinish)Check whether the preconditions are met to upload data inapiData.static booleanUploadAction. warnUploadDiscouraged(AbstractModifiableLayer layer)Warn user about discouraged upload, propose to cancel operation. -
Uses of AbstractModifiableLayer in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type AbstractModifiableLayer Modifier and Type Method Description private voidMainFrame. onLayerChange(AbstractModifiableLayer layer) -
Uses of AbstractModifiableLayer in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as AbstractModifiableLayer Modifier and Type Field Description private AbstractModifiableLayerSaveLayerInfo. layerthe modifiable layerMethods in org.openstreetmap.josm.gui.io that return AbstractModifiableLayer Modifier and Type Method Description AbstractModifiableLayerSaveLayerInfo. getLayer()Replies the layer this info objects holds information forMethods in org.openstreetmap.josm.gui.io with parameters of type AbstractModifiableLayer Modifier and Type Method Description SaveLayerInfoSaveLayersModel. getSaveLayerInfo(AbstractModifiableLayer layer)voidSaveLayersModel. setSaveState(AbstractModifiableLayer layer, UploadOrSaveState state)voidSaveLayersModel. setUploadState(AbstractModifiableLayer layer, UploadOrSaveState state)private voidSaveLayersDialog.SaveAndUploadTask. uploadLayersUploadModelStateOnFinish(AbstractModifiableLayer layer)Update theSaveLayersDialog.SaveAndUploadTask.modelstate on upload finishMethod parameters in org.openstreetmap.josm.gui.io with type arguments of type AbstractModifiableLayer Modifier and Type Method Description voidSaveLayersModel. populate(java.util.List<? extends AbstractModifiableLayer> layers)Populates the model with given modifiable layers.Constructors in org.openstreetmap.josm.gui.io with parameters of type AbstractModifiableLayer Constructor Description SaveLayerInfo(AbstractModifiableLayer layer)Constructs a newSaveLayerInfo. -
Uses of AbstractModifiableLayer in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer with type parameters of type AbstractModifiableLayer Modifier and Type Class Description protected static classAutosaveTask.AutosaveLayerInfo<T extends AbstractModifiableLayer>Subclasses of AbstractModifiableLayer in org.openstreetmap.josm.gui.layer Modifier and Type Class Description classAbstractOsmDataLayerAbstraction ofOsmDataLayer.classGpxLayerA layer that displays data from a Gpx file / the OSM gpx downloads.classGpxRouteLayerA layer that displays GpxData.routes from a GPX file.classNoteLayerA layer to hold Note objects.classOsmDataLayerA layer that holds OSM data from a specific dataset.Fields in org.openstreetmap.josm.gui.layer declared as AbstractModifiableLayer Modifier and Type Field Description private TAutosaveTask.AutosaveLayerInfo. layerMethods in org.openstreetmap.josm.gui.layer with parameters of type AbstractModifiableLayer Modifier and Type Method Description private voidAutosaveTask. cleanupLayer(AbstractModifiableLayer removedLayer) -
Uses of AbstractModifiableLayer in org.openstreetmap.josm.gui.layer.geoimage
Subclasses of AbstractModifiableLayer in org.openstreetmap.josm.gui.layer.geoimage Modifier and Type Class Description classCorrelationSupportLayerA support layer meant to be modified by the user to provide real-time images correlation.classGeoImageLayerLayer displaying geotagged pictures.(package private) classWikimediaCommonsLayerA layer showing geocoded images from Wikimedia Commons -
Uses of AbstractModifiableLayer in org.openstreetmap.josm.gui.preferences.advanced
Subclasses of AbstractModifiableLayer in org.openstreetmap.josm.gui.preferences.advanced Modifier and Type Class Description private static classAdvancedPreference.UnclearableOsmDataLayer
-