Changes between Version 14 and Version 15 of FDORfc51
- Timestamp:
- 07/28/10 01:41:27 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc51
v14 v15 45 45 46 46 From 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 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.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. 48 48 49 49 2. Handle GML 3 50 50 51 WFS1.1.0 uses GML 3 instead of GML 2 as default format for DescribeFeatureType and GetFeature 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: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: 52 52 53 53 GML 3 to FDO[[BR]]