Interface HasUrl
- 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
-
Method Details
-
getUrl
String getUrl()- Returns:
- URL or
null
if not set
-
setUrl
Sets the URL.- Parameters:
url
- url to set
-