Changes between Version 10 and Version 11 of FDORfc48
- Timestamp:
- 07/05/10 02:57:51 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc48
v10 v11 119 119 }}} 120 120 121 Add a new function in class !FdoSpatialUtility to fix the polygon vertex order error.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. 122 122 {{{ 123 123 /// \brief … … 129 129 /// \brief 130 130 /// Check whether the vertex order of the input polygon follows the specified 131 /// vertex order rule. And fix it if not.131 /// vertex order rule. If not, fix it. 132 132 /// 133 133 /// \param geometry