Maritime Swell Period Dataset
data class MaritimeSwellPeriodDataset(val level: MaritimeSurfLevel, var code: String = "", var band: ColorBand = ColorBand.blue, val dataRange: ClosedRange<Double>, val noData: Double? = 0.0, val timeOffset: TimeInterval? = null) : EncodedDataset
Constructors
Link copied to clipboard
constructor(level: MaritimeSurfLevel, code: String = "", band: ColorBand = ColorBand.blue, dataRange: ClosedRange<Double>, noData: Double? = 0.0, timeOffset: TimeInterval? = null)