RasterDataSourceConfiguration constructor
- String name,
- RasterDataSourceProviderConfiguration provider,
- RasterDataSourceCacheConfiguration cache,
- bool ignoreExpiredData,
Creates a new instance.
nameThe unique name of the data source.providerData provider configuration.cacheLocal cache configuration.ignoreExpiredDataA flag indicating whether expired data should be ignored until refreshed. Default value isfalse.
Implementation
RasterDataSourceConfiguration(this.name, this.provider, this.cache, this.ignoreExpiredData);