mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +00:00
Pushing data level code and value implementations from level 3 radial view to product view
This commit is contained in:
parent
e96808d14d
commit
3f8bd22f77
6 changed files with 51 additions and 68 deletions
|
|
@ -33,9 +33,6 @@ public:
|
|||
|
||||
std::optional<std::uint16_t>
|
||||
GetBinLevel(const common::Coordinate& coordinate) const override;
|
||||
std::optional<wsr88d::DataLevelCode>
|
||||
GetDataLevelCode(std::uint16_t level) const override;
|
||||
std::optional<float> GetDataValue(std::uint16_t level) const override;
|
||||
|
||||
static std::shared_ptr<Level3RadialView>
|
||||
Create(const std::string& product,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue