/**
  * Set the end point of the wrapped GeoLine
  *
  * @param point the new end point
  */
 public static void setEndPoint(GeoLine geo, GeoPoint point) {
   geo.setEndPoint(point);
 }