Changes between Version 23 and Version 24 of FDORfc48
- Timestamp:
- 07/29/10 23:27:37 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc48
v23 v24 244 244 /// Returns the action taken to fixing polygon vertex order. 245 245 /// 246 FDO_SPATIAL_API static Fdo BulkCopyFixPolygonVertexOrderAction GetFixPolygonVertexOrderAction(246 FDO_SPATIAL_API static FdoFixPolygonVertexOrderAction GetFixPolygonVertexOrderAction( 247 247 FdoPolygonVertexOrderRule sourceVertexOrderRule, 248 248 FdoBoolean sourceStrictnessRule, … … 256 256 257 257 {{{ 258 static Fdo BulkCopyFixPolygonVertexOrderAction table1[36] = {258 static FdoFixPolygonVertexOrderAction table1[36] = { 259 259 // From Order From Strict To Order To Strict NonSense 260 260 FdoFixPolygonVertexOrderAction_CheckAndFix, // CCW Enforced CCW Enforced … … 301 301 }; 302 302 303 static Fdo BulkCopyFixPolygonVertexOrderAction table2[36] = {303 static FdoFixPolygonVertexOrderAction table2[36] = { 304 304 // From Order From Strict To Order To Strict NonSense 305 305 FdoFixPolygonVertexOrderAction_CheckAndFix, // CCW Enforced CCW Enforced