Ref T180, isNull for CCoordinateGeodetic / situation

This commit is contained in:
Klaus Basan
2017-11-04 03:58:16 +01:00
parent e5261c3e99
commit 656d86a4ef
2 changed files with 10 additions and 1 deletions

View File

@@ -112,6 +112,9 @@ namespace BlackMisc
//! Get position
const Geo::CCoordinateGeodetic &getPosition() const { return m_position; }
//! Position null?
bool isPositionNull() const { return m_position.isNull(); }
//! Set position
void setPosition(const Geo::CCoordinateGeodetic &position) { m_position = position; }