Changes between Version 31 and Version 32 of rfc61_support_for_measured_geometries


Ignore:
Timestamp:
Jan 30, 2016, 10:33:26 PM (8 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v31 v32  
    155155}}}
    156156
    157 The current behavior is that calling SetPoint on a point with coordinate dimension 2 upgrades
    158 the coordinate dimension 3. To keep 2D points 2D SetPoint_2D must be used. Thus we need
     157The current behavior is that calling !SetPoint on a point with coordinate dimension 2 upgrades
     158the coordinate dimension 3. To keep 2D points 2D !SetPoint_2D must be used. Thus we need
    159159separate functions for M and ZM geometries. The proposal is to use postfixes M and ZM, i.e.,
    160 SetPointM, SetPointZM. Similarly for SetPoints and AddPoint.
    161 
    162 GetPoint does not have a 2D version, so only GetPointZM is needed.
     160!SetPointM, !SetPointZM. Similarly for !SetPoints and !AddPoint.
     161
     162!GetPoint and !GetPoints do not have a 2D version, so only *ZM version is needed.
    163163
    164164ogr_api.h: