/**
  * Returns the alt500 of this hyy coord.
  *
  * @return the alt500 of this hyy coord
  */
 @Override
 public float getAlt500() {
   return _hyyCoord.getAlt500();
 }