Package org.openstreetmap.josm.gui.layer
Interface DownloadFromServer
-
- All Known Implementing Classes:
AbstractModifiableLayer,AbstractOsmDataLayer,AdvancedPreference.UnclearableOsmDataLayer,CorrelationSupportLayer,GeoImageLayer,GpxLayer,GpxRouteLayer,NoteLayer,OsmDataLayer,WikimediaCommonsLayer
public interface DownloadFromServer
Interface for layers that can download data.- Since:
- 13453
- See Also:
UploadToServer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDownloadable()Determines if the layer is able to download data and implements theDownloadFromServerinterface.
-
-
-
Method Detail
-
isDownloadable
boolean isDownloadable()
Determines if the layer is able to download data and implements theDownloadFromServerinterface. A layer that implements theDownloadFromServerinterface must returntrue.- Returns:
trueif the layer is able to download data;false, otherwise
-
-