Changes between Version 13 and Version 14 of rfc61_support_for_measured_geometries


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

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v13 v14  
    6262    wkbPolyhedralSurfaceZM = 3015,  /**< ISO SQL/MM Part 3. GDAL &gt;= 2.1 */
    6363    wkbTINZM = 3016,                /**< ISO SQL/MM Part 3. GDAL &gt;= 2.1 */
     64
     65// define aliases
     66#define wkbPointZ wkbPoint25D
     67...
    6468
    6569// define new abstract types (why? what's the difference to the enum values? - they do not need to be handled in switches)