/**
  * Sets the alt500 of this hyy coord.
  *
  * @param alt500 the alt500 of this hyy coord
  */
 @Override
 public void setAlt500(float alt500) {
   _hyyCoord.setAlt500(alt500);
 }