Now how can i get back the vertices (points) of this polygon in mysql? Why i am asking means, later i want to find whether a point is inside a polygon. And to achieve this, i hope i need the polygon vertices.
02-25-2011, 04:16 AM
dskanth
Got it
Well, i could get a string format of the polygon vertices using:
SELECT cast(AsText(g) as char) AS points FROM geom