10.02.2016, 15:21, Kurt Schwehr kirjoitti:
One request:
#define OGR_G_NOT_EMPTY_POINT 0x1
#define OGR_G_3D 0x2
#define OGR_G_MEASURED 0x4
#define OGR_G_IGNORE_MEASURED 0x8
Can you make these a static const int or static const unsigned int
member of the OGRGeometry class? #defines make life more difficult.
These constants are used also outside the classes. How does one access
those for example in OGRWktReadPointsM, which receives the flags as a
parameter?
Ari
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev