Changes between Version 1 and Version 2 of FDORfc38
- Timestamp:
- 06/22/09 12:50:12 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc38
v1 v2 27 27 == Motivation == 28 28 29 Currently, this provider supports only simple polygons. The SHP specification has only a polygon type, but it accounts for multiple outer polygon loops, which basically are multi-polygons. The main processing that is missing with the current provider is on read, it does not check the polygon details to determine whether to generate an FDO polygon or an FDO multi-polygon geometry.29 Currently, this provider supports only simple polygons. The SHP specification has only a polygon type, but it accounts for multiple outer polygon loops, which basically are multi-polygons. The SHP provider is not taking advantage of this and is not returning multi-polygons when the polygons are actual multi-polygons. The main processing that is missing with the current provider is on read, it does not check the polygon details to determine whether to generate an FDO polygon or an FDO multi-polygon geometry. 30 30 31 31 == Proposed Solution ==