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