[postgis-users] Postgis and Dynamic Segmentation

Dave Blasby dblasby at refractions.net
Thu May 6 20:29:07 PDT 2004


> BTW. when will the new LWGEOM format be released? Will it work transparently
> with the exiting geometry format? It would be good to know, so that any
> development efforts can be put into the 'correct' format.

Yes - LWGEOM has had a "beta" release.  For more info, see the postgis 
developers list.  If you get the CVS version, you should see a "lwgeom/" 
directory.  Read the README in there.

The underlying geometry format has changed, but there is a spiffy API to go 
along with it.  

Unfortunately, there's almost no examples of using this code - the WKT/WKB 
parser and unparser are very much separated from the API.

The lwgeom.h file explains the API.

dave