Changes between Version 8 and Version 9 of rfc31_ogr_64


Ignore:
Timestamp:
Jan 23, 2015, 7:14:32 AM (9 years ago)
Author:
Even Rouault
Comment:

More precisions in swig languages section

Legend:

Unmodified
Added
Removed
Modified
  • rfc31_ogr_64

    v8 v9  
    105105== Python / Java / C# / perl Changes ==
    106106
    107 Typing issues are less critical in those languages, so :
     107The following changes have been done :
    108108  * GetFID(), GetFeatureCount() have been changed to return a 64 bit integer
    109109  * SetFID(), GetFeature(), DeleteFeature(), SetNextByIndex() have been changed to accept a 64 bit integer as argument
    110110  * GetFieldAsInteger64() and SetFieldInteger64() have been added
    111111  * In Python, GetField(), SetField() can accept/return 64 bit values
    112   * GetFieldAsInteger64List() and SetFieldInteger64List() have been added (Python only, due to lack of relevant typemaps for other languages)
     112  * GetFieldAsInteger64List() and SetFieldInteger64List() have been added (Python only, due to lack of relevant typemaps for other languages, but could potentially be done)
     113
     114The change in return type of GetFID() and GetFeatureCount() might cause warnings at compilation time in some languages (Java YES, Python not relevant, Perl/C# ?).
     115All changes to existing methods will are an ABI change for Java bytecode.
    113116
    114117== Utilities ==