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