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