Changes between Version 4 and Version 5 of rfc61_support_for_measured_geometries


Ignore:
Timestamp:
Jan 28, 2016, 12:20:15 AM (8 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v4 v5  
    164164ICreateLayer, which all drivers that have create layer capability implement, have geometry type as an argument. The method should call CPLError() with CPLE_NotSupported and return NULL if the driver does not support measures. Similarly for ICreateFeature and ISetFeature.
    165165
    166 There is a question whether the user-oriented API functions (CreateLayer, CreateFeature, and ISetFeature) should (silently) strip out the measures before continuing to the I* methods. This (side effect) may not be what is wanted in some usage scenarios but it would follow the pattern of what is already done with non linear geometries.
     166There is a question whether the user-oriented API functions (!CreateLayer, !CreateFeature, and !SetFeature) should (silently) strip out the measures before continuing to the I* methods. This (side effect) may not be what is wanted in some usage scenarios but it would follow the pattern of what is already done with non linear geometries.
    167167
    168168== Related tickets ==