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