I'm looking at the enum defs in ogr_core.h. I see a bunch with comments that read:
2.5D extension as per 99-402.
What in the world does that mean? Presumably it's referencing a spec or RFC?
typedef enum
{
...
wkbPoint25D = 0x80000001, /**< 2.5D extension as per 99-402 */
wkbLineString25D = 0x80000002, /**< 2.5D extension as per 99-402 */
wkbPolygon25D = 0x80000003, /**< 2.5D extension as per 99-402 */
...
}