Changes between Version 14 and Version 15 of FDORfc48


Ignore:
Timestamp:
Jul 17, 2010, 8:26:06 AM (14 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc48

    v14 v15  
    4545
    4646    * 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 method to 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.
    4848
    4949== Proposed Solution ==
     
    119119}}}
    120120
    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.
     121Add 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.
    122122{{{
    123123/// \brief