All Known Subinterfaces:
AbstractImageStaticSource.HasImageStaticSourceOptions, AbstractImageWmsSource.HasImageWmsSourceOptions, UrlTileSource.HasUrlTileSourceOptions
All Known Implementing Classes:
ImageStaticSource, ImageWmsSource, NoOpImageStaticSource, NoOpImageWmsSource, NoOpOsmSource, NoOpTileWmsSource, NoOpXyzSource, OsmSource, TileWmsSource, XyzSource

public interface HasUrl
Interface to be implemented by sources that should provide URL management.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Sets the URL.
  • Method Details

    • getUrl

      String getUrl()
      Returns:
      URL or null if not set
    • setUrl

      void setUrl(String url)
      Sets the URL.
      Parameters:
      url - url to set