12#ifndef VERIFIEDLATLONS_HPP
13#define VERIFIEDLATLONS_HPP
15#include "usmtf_export.h"
const std::string & GetLatMinutes() const noexcept
Definition VerifiedLatLonS.cpp:68
std::string mLatHemisphere
Definition VerifiedLatLonS.hpp:59
bool ParseAndValidate(const Field &aField) override
Definition VerifiedLatLonS.cpp:28
virtual void SetUtLLPos() noexcept
Definition VerifiedLatLonS.cpp:107
const std::string & GetLonSeconds() const noexcept
Definition VerifiedLatLonS.cpp:63
std::string mLatMinutes
Definition VerifiedLatLonS.hpp:55
const UtLLPos & GetUtLLPos() const noexcept
Definition VerifiedLatLonS.cpp:88
const std::string & GetLatSeconds() const noexcept
Definition VerifiedLatLonS.cpp:58
std::string mLattitudinalDegree
Definition VerifiedLatLonS.hpp:53
std::string mLongitudinalDegree
Definition VerifiedLatLonS.hpp:54
const std::string & GetLonMinutes() const noexcept
Definition VerifiedLatLonS.cpp:73
std::string mLonHemisphere
Definition VerifiedLatLonS.hpp:60
std::string GetFormattedLatLon() const noexcept
Definition VerifiedLatLonS.cpp:93
std::string mLatSeconds
Definition VerifiedLatLonS.hpp:57
const std::string & GetLonHemisphere() const noexcept
Definition VerifiedLatLonS.cpp:83
std::string mLonMinutes
Definition VerifiedLatLonS.hpp:56
VerifiedLatLonS()
Definition VerifiedLatLonS.cpp:19
const std::string & GetLatDegree() const noexcept
Definition VerifiedLatLonS.cpp:48
const std::string & GetLatHemisphere() const noexcept
Definition VerifiedLatLonS.cpp:78
UtLLPos mUtLLPos
Definition VerifiedLatLonS.hpp:61
const std::string & GetLonDegree() const noexcept
Definition VerifiedLatLonS.cpp:53
std::string mLonSeconds
Definition VerifiedLatLonS.hpp:58