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