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