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