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