/**
  * Sets the lat500 of this hyy coord.
  *
  * @param lat500 the lat500 of this hyy coord
  */
 @Override
 public void setLat500(float lat500) {
   _hyyCoord.setLat500(lat500);
 }