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- 
getUrlString getUrl()- Returns:
- URL or nullif not set
 
- 
setUrlSets the URL.- Parameters:
- url- url to set
 
 
-