MySQL Forums
Forum List  »  GIS

Re: Help - build table of POINT
Posted by: Koji Okumura
Date: October 27, 2008 03:42AM

GLength(x1 y1,x2 y2) returns sqrt(pow(x1-x2,2)+pow(y1-y2,2)) .

Therefore I ported "distance_sphere()" and "distance_spheroid()" to MySQL.

Options: ReplyQuote


Subject
Views
Written By
Posted
4746
October 19, 2008 07:16AM
3254
October 23, 2008 12:24AM
2961
October 25, 2008 12:22PM
Re: Help - build table of POINT
3172
October 27, 2008 03:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.