C++ and Postgis

From: Pedro Doria Meunier <pdoria(at)netmadeira(dot)com>
To: PostGIS Users Discussion <postgis-users(at)postgis(dot)refractions(dot)net>
Cc: Postgresql Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: C++ and Postgis
Date: 2009-11-23 21:19:44
Message-ID: 4B0AFC70.2070306@netmadeira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.
This seems a bit awkward and time-consuming...

Is there a better way to deal with it?

Already thankful for any ideas,
BR,
Pedro.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-11-23 21:26:48 Re: Strange performance degradation
Previous Message Pedro Doria Meunier 2009-11-23 21:14:19 Re: obtaining ARRAY position for a given match