Changes between Version 8 and Version 9 of rfc35_deletereorderalterfielddefn


Ignore:
Timestamp:
May 8, 2011, 10:58:46 AM (13 years ago)
Author:
Even Rouault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc35_deletereorderalterfielddefn

    v8 v9  
    195195A OGRErr OGRCheckPermutation(int* panPermutation, int nSize) function is added to ogrutils.cpp to
    196196check that the array is a permutation of [0,nSize-1]. It is used by OGRFeatureDefn::ReorderFieldDefns()
    197 and can be used by all drivers implementing OGRLayer::ReorderFields() to validate the panNewOrder argument.
     197and can be used by all drivers implementing OGRLayer::ReorderFields() to validate the panMap argument.
    198198
    199199== Compatibility Issues ==