Changes between Version 14 and Version 15 of FDORfc48
- Timestamp:
- 07/17/10 08:26:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc48
v14 v15 45 45 46 46 * Provides a way for users to get the vertex order rule and the vertex order strictness rule. 47 * Provides one utility method to help user fix polygon vertex order error. Users can call this methodto fix polygon vertex order error anytime according to the polygon vertex strictness of a geometry.47 * Provides utility methods to help users fix polygon vertex order issues. Users can call these methods to fix polygon vertex order error anytime according to the polygon vertex strictness of a geometry. 48 48 49 49 == Proposed Solution == … … 119 119 }}} 120 120 121 Add the following t wofunctions 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.121 Add the following three 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