[postgis-users] Code for reading WKB C++
strk at refractions.net
strk at refractions.net
Thu May 5 08:06:26 PDT 2005
On Wed, May 04, 2005 at 02:38:53PM +0200, Johan de Koning wrote:
> Hello,
>
> Anybody knows if there is some code which extracts the different part of a
> Well Known Binary Format. I want to use the WKB data of the polygons stored
> in postgis in my c++ program. I looked at the gdal/ogr libary but this is
> much to complex and big to use. I want to use WKB with polygons which are
> using the z coordinate.
>
> Bye
>
> Johan de Koning
Current GEOS cvs also has a WKB reader/writer (a template
class), but only handles 2d values so far.
--strk;
More information about the postgis-users
mailing list