Changes between Version 6 and Version 7 of FDORfc51


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc51

    v6 v7  
    3838The WFS spec defines new capability schema while upgrading from 1.0.0 to 1.1.0, so we must enhance the parsing process in WFS FDO provider also to support both versions.
    3939The following diagram shows capability schema in 1.0.0.
    40 [[Image(oldschema.png)]]
     40[[Image(oldschema.png)]][[BR]]
     41
     42And this is the new capability schema in 1.1.0:
     43[[Image(newschema.png)]][[BR]]
     44
    4145From 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.
    4246WFS 1.1.0 spec has also defined some new operations, like GetGMLObject, LockFeature… 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.