[postgis-devel] constructor for CIRCULARLINE(pt1,pt2,pt3)

Rémi Cura remi.cura at gmail.com
Mon Oct 21 01:34:25 PDT 2013


Ok thanks,
writting it in C may improve speed but not ugliness !

Cheers,

Rémi-C


2013/10/20 Sandro Santilli <strk at keybit.net>

> On Wed, Oct 16, 2013 at 02:35:59PM +0200, Rémi Cura wrote:
> > Hey,
> >
> > I'm working with curves,
> > and I can't find a constructor except passing by WKT then GeomFromText.
> >
> >
> > I did a simple plpgsql function to try to reduce the hassle, but it is a
> > binary hack : changing the binary value indicating linestring to binary
> > value indicating circularline, according to WKB definition. It still
> makes
> > many casts.
> >
> > *This is very dirty*, does anybody have better suggestion?
>
> Writing a C level version of it. It's indeed missing.
> Feel free to file an enhanement ticket for it and ask for help if needed
> on implementing it :)
>
> --strk;
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20131021/63bd8726/attachment.html>


More information about the postgis-devel mailing list