public interface DownloadFromServer
UploadToServer
Modifier and Type | Method and Description |
---|---|
boolean |
isDownloadable()
Determines if the layer is able to download data and implements the
DownloadFromServer interface. |
boolean isDownloadable()
DownloadFromServer
interface. A layer that implements the
DownloadFromServer
interface must return true
.true
if the layer is able to download data; false
, otherwise