Changes between Version 13 and Version 14 of FDORfc48


Ignore:
Timestamp:
Jul 13, 2010, 6:57:59 PM (14 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc48

    v13 v14  
    152152    FDO_SPATIAL_API static FdoIGeometry* ReversePolygonVertexOrder (
    153153                              FdoIGeometry * geometry );
     154
     155    /// \brief
     156    /// Get the vertex order of the input polygon.
     157    ///
     158    /// \param geometry
     159    /// Input geometry to be checked. It can be a polygon, multipolygon,
     160    /// curvepolygon, or multicurvepolygon.
     161    /// \return
     162    /// Returns the vertex order of the input polygon.
     163    ///
     164    FDO_SPATIAL_API static FdoPolygonVertexOrderRule CheckPolygonVertexOrder(FdoIGeometry* geometry);
    154165    ......
    155166};