Changes between Version 32 and Version 33 of rfc61_support_for_measured_geometries


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

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v32 v33  
    155155}}}
    156156
    157 The current behavior is that calling !SetPoint on a point with coordinate dimension 2 upgrades
     157The current behavior is that calling !SetPoint on a geometry with coordinate dimension 2 upgrades
    158158the 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.,
    160160!SetPointM, !SetPointZM. Similarly for !SetPoints and !AddPoint.
     161
     162Currently there is no !SetPoints_2D function.
     163The doc at pabyZ param at !SetPoints comments that "defaults to NULL for 2D objects" but that does not seem to be the case.
    161164
    162165!GetPoint and !GetPoints do not have a 2D version, so only *ZM version is needed.