Changes between Version 11 and Version 12 of FDORfc48
- Timestamp:
- 07/05/10 21:39:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc48
v11 v12 119 119 }}} 120 120 121 Add the following two functions in class !FdoSpatialUtility to fix the polygon vertex order error. The first function is used to check the polygon vertex order and fix it as needed. The second function is used to reverse polygon vertex order directly. If copying features within two strict feature sources with the opposite polygon vertex rule, the second function can be used because it is more efficient.121 Add the following two functions in class !FdoSpatialUtility to fix the polygon vertex order error. The first function is used to check the polygon vertex order and fix it as needed. The second function is used to reverse polygon vertex order directly. When the polygon vertex order is known, the second function can be used because it is more efficient. 122 122 {{{ 123 123 /// \brief