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