Changes between Version 18 and Version 19 of rfc61_support_for_measured_geometries


Ignore:
Timestamp:
Jan 28, 2016, 5:41:13 AM (8 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v18 v19  
    127127Add property double m to class OGRPoint. Add constructor, getters, and setters for it.
    128128
    129 Add property double *padfM to class OGRSimpleCurce. Add constructor, getters, and setters for it. The getters and setters can take advantage of the flags to determine whether Z or M is to be set in some of them. For backwards compatibility Z is preferred.
     129Add property double *padfM to class OGRSimpleCurve. Add constructor, getters, and setters for it. The getters and setters can take advantage of the flags to determine whether Z or M is to be set in some of them. For backwards compatibility Z is preferred.
    130130
    131131Override methods set3D and setMeasured in those classes where setCoordinateDimension is overridden.