Changes between Version 13 and Version 14 of FDORfc48
- Timestamp:
- 07/13/10 18:57:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified FDORfc48
v13 v14 152 152 FDO_SPATIAL_API static FdoIGeometry* ReversePolygonVertexOrder ( 153 153 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); 154 165 ...... 155 166 };