| 54 | } |
| 55 | |
| 56 | serial::GeometryCodingParams DataHeader::GetGeometryCodingParams(int scaleIndex) const |
| 57 | { |
| 58 | return {static_cast<uint8_t>(m_codingParams.GetCoordBits() - (m_scales.back() - m_scales[scaleIndex]) / 2), |
| 59 | m_codingParams.GetBasePointUint64()}; |
| 60 | } |
| 61 | |
| 62 | m2::RectD DataHeader::GetBounds() const |
| 63 | { |
no test coverage detected