Changes between Version 5 and Version 6 of FDORfc38
- Timestamp:
- 07/15/09 06:12:46 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc38
v5 v6 33 33 Modify the FDO SHP provider: 34 34 35 * Change its capability setting to indicate that it supports multi-polygon geometry types, FdoIGeometryCapabilities:: GetGeometryTypes().[[BR]]35 * Change its capability setting to indicate that it supports multi-polygon geometry types, FdoIGeometryCapabilities::!GetGeometryTypes().[[BR]] 36 36 * On input of geometry, there is no further processing needed as the current code will save all input loops without checking whether they are outer or inner.[[BR]] 37 37 * On read of geometry, the code should check the geometry to see if there are multiple loops. If there are multiple loops, determine if there are more than one outer loops. If so, change the output geometry type to FDO multi-polygon, otherwise, leave it as polygon with interior rings.[[BR]]