Changes between Version 38 and Version 39 of rfc61_support_for_measured_geometries


Ignore:
Timestamp:
Feb 3, 2016, 11:28:48 PM (8 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v38 v39  
    130130//Add methods (SF Common Architecture) see above for implementation:
    131131int CoordinateDimension(); // 2 if not 3D and not measured, 3 if 3D or measured, 4 if 3D and measured
    132 OGRBoolean Is3D();
    133 OGRBoolean IsMeasured();
     132OGRBoolean Is3D() const;
     133OGRBoolean IsMeasured() const;
    134134
    135135//Add methods (non-standard; note the use of one method instead of second unset* method):