void gga::set_lon(const geo::longitude & t) { lon_ = t; lon_hem_ = convert_hemisphere(t); }
void rma::set_lon(const geo::longitude & t) { lon = t; lon_hem = convert_hemisphere(t); }
void gga::set_lat(const geo::latitude & t) { lat_ = t; lat_hem_ = convert_hemisphere(t); }
void rma::set_lat(const geo::latitude & t) { lat = t; lat_hem = convert_hemisphere(t); }