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