Re: [GENERAL] C++ and Postgis

2009-11-23 Thread Martin Gainty
al-arts or business majors. > Date: Mon, 23 Nov 2009 21:19:44 + > From: pdo...@netmadeira.com > To: postgis-us...@postgis.refractions.net > CC: pgsql-general@postgresql.org > Subject: [GENERAL] C++ and Postgis > > Hi All, > > First off sorry for cross-post

Re: [GENERAL] C++ and Postgis

2009-11-23 Thread John R Pierce
Pedro Doria Meunier wrote: Hi All, First off sorry for cross-posting. I'm hoping for a bigger audience... :] As for my question: How does one deal with Postgis geom fields in C++ ? Google hasn't offered much help so far. I know I can make a "SELECT astext(my_geom) FROM my_table" and after pa

[GENERAL] C++ and Postgis

2009-11-23 Thread Pedro Doria Meunier
Hi All, First off sorry for cross-posting. I'm hoping for a bigger audience... :] As for my question: How does one deal with Postgis geom fields in C++ ? Google hasn't offered much help so far. I know I can make a "SELECT astext(my_geom) FROM my_table" and after parsing the resulting text. T