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
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
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