Changes between Version 23 and Version 24 of rfc61_support_for_measured_geometries


Ignore:
Timestamp:
Jan 29, 2016, 2:28:38 AM (8 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v23 v24  
    141141Add property double m to class OGRPoint. Add constructor, getters, and setters for it.
    142142
    143 Add 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 - this is needed for prototypes like set(double, double, double). For backwards compatibility Z is preferred.
     143Add property double *padfM to class OGRSimpleCurve. Add constructor, getters, and setters for it. New setters with postfix M are needed for XYM data since the object may be upgraded to XYZ from XY in setters.
    144144
    145145Override methods set3D and setMeasured in those classes where setCoordinateDimension is overridden.