Interface DownloadFromServer

    • Method Detail

      • isDownloadable

        boolean isDownloadable()
        Determines if the layer is able to download data and implements the DownloadFromServer interface. A layer that implements the DownloadFromServer interface must return true.
        Returns:
        true if the layer is able to download data; false, otherwise