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 boolean
isDownloadable()
Determines if the layer is able to download data and implements theDownloadFromServer
interface.
-
-
-
Method Detail
-
isDownloadable
boolean isDownloadable()
Determines if the layer is able to download data and implements theDownloadFromServer
interface. A layer that implements theDownloadFromServer
interface must returntrue
.- Returns:
true
if the layer is able to download data;false
, otherwise
-
-