Re: [GENERAL] Query inside a C-Function

2010-03-19 Thread Joe Conway
On 03/19/2010 12:26 PM, Enzo Cappa wrote: > Hello! > > I have to make a c function for determining if some point its inside a > set of elliptical geometries (I'm talking about a shared library, used > like a function in the queries ). The geometries are defined in a table, > so the function should

[GENERAL] Query inside a C-Function

2010-03-19 Thread Enzo Cappa
Hello! I have to make a c function for determining if some point its inside a set of elliptical geometries (I'm talking about a shared library, used like a function in the queries ). The geometries are defined in a table, so the function should iterate over a set of them. One option could be pass