WFS sends unsupported functions to server
-----------------------------------------

         Key: GEOT-875
         URL: http://jira.codehaus.org/browse/GEOT-875
     Project: GeoTools
        Type: Bug

  Components: data wfs  
    Versions: 2.2-RC3    
    Reporter: Jesse Eichar
 Assigned to: Jesse Eichar 
     Fix For: 2.2-RC4



The Ionic WFS advertizes its geometry as a gml:GeometryAssociationType

<xsd:element name="ORA_GEOMETRY" minOccurs="0" nillable="true"
type="gml:GeometryAssociationType">

uDIG is trying to do a request using a function called geometryType which
is not supported by Ionic, so here the communication stops. The actual
request which is sent is:

/ionicweb/wfs/ORATEST?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&FILTER=
<Filter xmlns="http://www.opengis.net/ogc";
xmlns:gml="http://www.opengis.net/gml";><And><BBOX><PropertyName>ORA_GEOMETRY</PropertyName>
<gml:Box><gml:coordinates decimal="." cs="," ts="
">4.6445744998371365,52.15381744014821
4.9765400325831814,52.26673139053629</gml:coordinates>%0
A</gml:Box></BBOX>
<Or><Or><Or><Or><Or><Or><PropertyIsEqualTo><Function name%
3D"geometryType"><PropertyName>ORA_GEOMETRY</PropertyName>
</Function>
<Literal>Point</Literal>
</PropertyIsEqualTo>
<PropertyIsEqualTo><Function name="geometryType"><PropertyName>ORA_GEOM
ETRY</PropertyName>
</Function>
<Literal>MultiPoint</Literal>
</PropertyIsEqualTo>
</Or>
<PropertyIsEqualTo><Function
name="geometryType"><PropertyName>ORA_GEOMETRY</PropertyName>
</Function>
<Literal>LineString</Literal>
</PropertyIsEqualTo>
</Or>
<PropertyIsEqualTo>
<Function name="geometryType"><PropertyName>ORA_GEOMETRY</PropertyName>
</Function>
<Literal>LinearRing</Literal>
</PropertyIsEqualTo>
</Or>
<PropertyIsEqualTo><Function name="geometry
Type"><PropertyName>ORA_GEOMETRY</PropertyName>
</Function>
<Literal>MultiLineString</Literal>
</PropertyIsEqualTo>
</Or>
<PropertyIsEqualTo><Function
name="geometryType"><PropertyName>ORA_GEOMETRY</PropertyName>
</Function>
<Literal>Polygon</Literal>
</PropertyIsEqualTo>
</Or>
<PropertyIsEqualTo><Function
name="geometryType"><PropertyName>ORA_GEOMETRY</PropertyName>
</Function>
<Literal>MultiPolygon</Literal>
</PropertyIsEqualTo>
</Or>
</And>
</Filter>
&TYPENAME=iwfs:VLAKKEN


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to