Interface ExternalDataLayer

    • Method Summary

      Modifier and Type Method Description
      void addLink​(String dataURL)
      Adds link (URL) to the location of the data file of this layer.
      String getDataMimeType()
      Gets the MIME type of the data file of this layer.
      String getLink()
      Gets link (URL) to the data file of this layer.
    • Method Detail

      • getDataMimeType

        String getDataMimeType()
        Gets the MIME type of the data file of this layer.
        Returns:
        the MIME type
      • getLink

        String getLink()
        Gets link (URL) to the data file of this layer.
        Returns:
        link to the data file.
      • addLink

        void addLink​(String dataURL)
        Adds link (URL) to the location of the data file of this layer.
        Parameters:
        dataURL - the URL of the data file.