#define EWKT_NEWLINE 1
#define EWKT_POINT 2
#define EWKT_OPEN_BRACKET 3
#define EWKT_CLOSE_BRACKET 4
#define EWKT_POINT_M 5
#define EWKT_NUM 6
#define EWKT_COMMA 7
#define EWKT_LINESTRING 8
#define EWKT_LINESTRING_M 9
#define EWKT_POLYGON 10
#define EWKT_POLYGON_M 11
#define EWKT_MULTIPOINT 12
#define EWKT_MULTIPOINT_M 13
#define EWKT_MULTILINESTRING 14
#define EWKT_MULTILINESTRING_M 15
#define EWKT_MULTIPOLYGON 16
#define EWKT_MULTIPOLYGON_M 17
#define EWKT_GEOMETRYCOLLECTION 18
#define EWKT_GEOMETRYCOLLECTION_M 19
#define EWKT_GEOMETRYCOLLECTION_Z 20
#define EWKT_GEOMETRYCOLLECTION_ZM 21