Changes between Version 18 and Version 19 of FDORfc51


Ignore:
Timestamp:
Jul 28, 2010, 1:52:59 AM (14 years ago)
Author:
leodai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc51

    v18 v19  
    4545
    4646From the XML schema diagram above, we can see the 1.1.0 version used the ows:CapabilitiesBaseType instead of wfs:ServiceType exists in 1.0.0. So the OWS related elements parsing process will be put into OWS component.
    47 WFS 1.1.0 spec has also defined some new operations, like LockFeature, GetGMLObject... We are not going to support these commands yet in this updates. In this enhancement, we will focus on the elements and operations which already existed in 1.0.0 version but changed in 1.1.0 version.
     47WFS 1.1.0 spec has also defined some new operations, like !LockFeature, !GetGMLObject... We are not going to support these commands yet in this updates. In this enhancement, we will focus on the elements and operations which already existed in 1.0.0 version but changed in 1.1.0 version.
    4848
    49492. Handle GML 3
    5050
    51 WFS1.1.0 uses GML 3 instead of GML 2 as default format for GetFeature and DescribeFeatureType request. Currently FDO can only handle GML 2 correctly and have some problem with GML 3, we need to enhance it to support both versions well. This includes two aspects:
     51WFS1.1.0 uses GML 3 instead of GML 2 as default format for !GetFeature and !DescribeFeatureType request. Currently FDO can only handle GML 2 correctly and have some problem with GML 3, we need to enhance it to support both versions well. This includes two aspects:
    5252
    5353  GML 3 to FDO[[BR]]