[postgis-users] JTS to GEOS

Sandro Santilli strk at keybit.net
Tue Jun 21 03:47:20 PDT 2011


On Sun, Jun 19, 2011 at 05:22:24PM +0530, Brian Sanjeewa Rupasinghe wrote:

> How to port constrained Delunay Triangulation algorithm into GEOS to be
> used wirh PostGIS?

I've taken a look at this recently. The C++ part will involve porting the
triangulate and triangulate/quadedge namespaces, with a total of 26 new
classes. 
After that it'll take exposure of the interface of interest
at the C-API level. That's what PostGIS (and any other clients)
will use.
Both C++ and C APIs should be provided with regress testing.

I'm available for working on all or any of the required tasks.
Let me know if you're interested.

--strk; 

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



More information about the postgis-users mailing list