Hi,

I would like to use "DWithin" operator on features built by the application
schema plugin.

Example :
<?xml version="1.0" encoding="UTF-8"?>
<wfs:GetFeature
service="WFS"
version="2.0.0"
outputFormat="gml32"
xmlns:wfs="http://www.opengis.net/wfs/2.0"; <http://www.opengis.net/wfs/2.0>
xmlns:gml="http://www.opengis.net/gml/3.2"; <http://www.opengis.net/gml/3.2>
xmlns:fes="http://www.opengis.net/fes/2.0"; <http://www.opengis.net/fes/2.0>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";<http://www.w3.org/2001/XMLSchema-instance>
>
    <wfs:Query typeName="myFeature">
        <fes:Filter>
                <fes:DWithin>
                    <fes:ValueReference>geometryProperty
</fes:ValueReference>
                    <gml:LineString srsName="urn:ogc:def:crs:OGC:1.3:CRS84">
                        <gml:pos>-32.5 52 -31.5 53</gml:pos>
                    </gml:LineString>
                    <fes:Distance uom="[NMI_I]">200</fes:Distance>
                </fes:DWithin>
        </fes:Filter>
    </wfs:Query>
</wfs:GetFeature>

So, "DWithin" operator is it fully supported by application schema plugin ?

Kind regards,

Rudy.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to