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