Changes between Version 5 and Version 6 of FDORfc38


Ignore:
Timestamp:
Jul 15, 2009, 6:12:46 AM (15 years ago)
Author:
oresthalustchak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc38

    v5 v6  
    3333Modify the FDO SHP provider:
    3434
    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]]
    3636    * 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]]
    3737    * 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]]