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