Changes between Version 23 and Version 24 of FDORfc48


Ignore:
Timestamp:
Jul 29, 2010, 11:27:37 PM (14 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc48

    v23 v24  
    244244    /// Returns the action taken to fixing polygon vertex order.
    245245    ///
    246     FDO_SPATIAL_API static FdoBulkCopyFixPolygonVertexOrderAction GetFixPolygonVertexOrderAction(
     246    FDO_SPATIAL_API static FdoFixPolygonVertexOrderAction GetFixPolygonVertexOrderAction(
    247247        FdoPolygonVertexOrderRule sourceVertexOrderRule,
    248248        FdoBoolean sourceStrictnessRule,
     
    256256
    257257{{{
    258 static FdoBulkCopyFixPolygonVertexOrderAction table1[36] = {
     258static FdoFixPolygonVertexOrderAction table1[36] = {
    259259                                                    // From Order    From Strict    To Order    To Strict     NonSense
    260260    FdoFixPolygonVertexOrderAction_CheckAndFix,     // CCW           Enforced       CCW         Enforced
     
    301301};
    302302
    303 static FdoBulkCopyFixPolygonVertexOrderAction table2[36] = {
     303static FdoFixPolygonVertexOrderAction table2[36] = {
    304304                                                    // From Order    From Strict    To Order    To Strict     NonSense
    305305    FdoFixPolygonVertexOrderAction_CheckAndFix,     // CCW           Enforced       CCW         Enforced