If you are going to be doing much work with PostGIS, this question is better suited to the PostGIS users list that can be found along with documentation for PostGIS at http://postgis.refractions.net
To create a circle with an x,y, and radius all you will need to do is a buffer of an x,y coordinate. For example: buffer(makepoint(x,y),r) On 1/13/06, Krung Saengpole <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm a newbie with postgis and postgresql. I'd like to convert circle > '((x,y),r)' in postgresql to geometry for using with postgis functions. How > can I do it? Please give me an example or some function scripts to start > with. > > Thank you. > Krung > > ________________________________ > Yahoo! Photos – Showcase holiday pictures in hardcover > Photo Books. You design it and we'll bind it! > >
