RasterDataSourceConfiguration class

Called on the main thread after fromJsonFile() method finishes loading the configuration.

Constructors

RasterDataSourceConfiguration(String name, RasterDataSourceProviderConfiguration provider, RasterDataSourceCacheConfiguration cache, bool ignoreExpiredData)
Creates a new instance.
RasterDataSourceConfiguration.withDefaults(String name, RasterDataSourceProviderConfiguration provider, RasterDataSourceCacheConfiguration cache)
Creates a new instance.

Properties

cache RasterDataSourceCacheConfiguration
Local cache configuration.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
ignoreExpiredData ↔ bool
A flag indicating whether expired data should be ignored until refreshed. Default value is false.
getter/setter pair
name ↔ String
The unique name of the data source.
getter/setter pair
provider RasterDataSourceProviderConfiguration
Data provider configuration.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited