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