Changes between Version 26 and Version 27 of rfc61_support_for_measured_geometries


Ignore:
Timestamp:
01/29/16 22:33:31 (9 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc61_support_for_measured_geometries

    v26 v27  
    133133virtual OGRGeometry *LocateAlong(double mValue);
    134134virtual OGRGeometry *LocateBetween(double mStart, double mEnd);
     135
     136//Change the semantics of importPreambuleFromWkb: b3D is not used, the flags are managed within the method
    135137}}}
    136138
     
    188190                                       int * pnReadPoints );
    189191void CPL_DLL OGRMakeWktCoordinateM( char *, double, double, double, double, int ); // int = flags OGR_G_3D OGR_G_MEASURED
     192// Change the semantics of OGRReadWKBGeometryType: b3D is not used and the returned eGeometryType may may any valid type
    190193}}}
    191194