Re: [gdal-dev] Request for Spatial Operator function

2012-05-04 Thread Ari Jolma
On 05/04/2012 01:55 PM, xavier lhomme wrote: Hi I'm using a WFS Driver in a C# project. I would like to add a new function to the OGRWFSLayer like SetSpatialOperator() and modify the filter part of the function OGRWFSLayer::MakeGetFeatureURL if a spatial operator has been set. Xavier, To

[gdal-dev] Request for Spatial Operator function

2012-05-04 Thread xavier lhomme
Hi I'm using a WFS Driver in a C# project. I would like to add a new function to the OGRWFSLayer like SetSpatialOperator() and modify the filter part of the function OGRWFSLayer::MakeGetFeatureURL if a spatial operator has been set. then I need to call the SetSpatialOperator in C#. IWhat is t