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