WeatherLayerConfiguration

interface WeatherLayerConfiguration<S : SourceDescriptor, L : LayerDescriptor<*>> : WeatherConfiguration

Inheritors

Properties

Link copied to clipboard
abstract val code: LayerCode
Link copied to clipboard
abstract val layer: L
Link copied to clipboard
abstract var presentation: Presentation?

An optional presentation object for this layer. The default implementation is null. Classes that have a presentation should override this property.

Link copied to clipboard
abstract val source: S