/**
  * Returns the doy of this hyy coord.
  *
  * @return the doy of this hyy coord
  */
 @Override
 public int getDoy() {
   return _hyyCoord.getDoy();
 }