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