/** @return the end point of the wrapped GeoLine */
 public static GeoPoint getEndPoint(GeoLine geo) {
   return geo.getEndPoint();
 }