Changes between Version 3 and Version 4 of rfc61_support_for_measured_geometries


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

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v3 v4  
    162162}}}
    163163
    164 ICreateLayer, which all(?) drivers 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.
     164ICreateLayer, 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.
     165
     166There 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.
    165167
    166168== Related tickets ==