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