testdata.json
28.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
{
"emptyPoint": {
"geometry": "new Point()",
"wkbGeometry": "new Point(NaN, NaN)",
"wkt": "POINT EMPTY",
"wkb": "0101000000000000000000f87f000000000000f87f",
"ewkb": "0101000020e6100000000000000000f87f000000000000f87f",
"wkbXdr": "00000000017ff80000000000007ff8000000000000",
"ewkbXdr": "0020000001000010e67ff80000000000007ff8000000000000",
"twkb": "a110",
"geoJSON": {"type": "Point", "coordinates": []},
"ewkbNoSrid": "0101000000000000000000f87f000000000000f87f",
"ewkbXdrNoSrid": "00000000017ff80000000000007ff8000000000000"
},
"point": {
"geometry": "new Point(1, 2)",
"wkt": "POINT(1 2)",
"wkb": "0101000000000000000000f03f0000000000000040",
"ewkb": "0101000020e6100000000000000000f03f0000000000000040",
"wkbXdr": "00000000013ff00000000000004000000000000000",
"ewkbXdr": "0020000001000010e63ff00000000000004000000000000000",
"twkb": "a100c09a0c80b518",
"geoJSON": {"type": "Point", "coordinates": [1, 2]},
"ewkbNoSrid": "0101000000000000000000f03f0000000000000040",
"ewkbXdrNoSrid": "00000000013ff00000000000004000000000000000"
},
"emptyLineString": {
"geometry": "new LineString()",
"wkt": "LINESTRING EMPTY",
"wkb": "010200000000000000",
"ewkb": "0102000020e610000000000000",
"wkbXdr": "000000000200000000",
"ewkbXdr": "0020000002000010e600000000",
"twkb": "a210",
"geoJSON": {"type": "LineString", "coordinates": []},
"ewkbNoSrid": "010200000000000000",
"ewkbXdrNoSrid": "000000000200000000"
},
"lineString": {
"geometry": "new LineString([new Point(1, 2), new Point(3, 4)])",
"wkt": "LINESTRING(1 2,3 4)",
"wkb": "010200000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"ewkb": "0102000020e610000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"wkbXdr": "0000000002000000023ff0000000000000400000000000000040080000000000004010000000000000",
"ewkbXdr": "0020000002000010e6000000023ff0000000000000400000000000000040080000000000004010000000000000",
"twkb": "a20002c09a0c80b51880b51880b518",
"geoJSON": {"type": "LineString", "coordinates": [[1, 2], [3, 4]]},
"ewkbNoSrid": "010200000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"ewkbXdrNoSrid": "0000000002000000023ff0000000000000400000000000000040080000000000004010000000000000"
},
"emptyPolygon": {
"geometry": "new Polygon()",
"wkt": "POLYGON EMPTY",
"wkb": "010300000000000000",
"ewkb": "0103000020e610000000000000",
"wkbXdr": "000000000300000000",
"ewkbXdr": "0020000003000010e600000000",
"twkb": "a310",
"geoJSON": {"type": "Polygon", "coordinates": []},
"ewkbNoSrid": "010300000000000000",
"ewkbXdrNoSrid": "000000000300000000"
},
"polygon": {
"geometry": "new Polygon([new Point(1, 2), new Point(3, 4), new Point(5, 6), new Point(1, 2)])",
"wkt": "POLYGON((1 2,3 4,5 6,1 2))",
"wkb": "01030000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f0000000000000040",
"ewkb": "0103000020e61000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f0000000000000040",
"wkbXdr": "000000000300000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000",
"ewkbXdr": "0020000003000010e600000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000",
"twkb": "a3000104c09a0c80b51880b51880b51880b51880b518ffe930ffe930",
"geoJSON": {
"type": "Polygon",
"coordinates": [[[1, 2], [3, 4], [5, 6], [1, 2]]]
},
"ewkbNoSrid": "01030000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f0000000000000040",
"ewkbXdrNoSrid": "000000000300000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000"
},
"polygonWithOneInteriorRing": {
"geometry": "new Polygon([new Point(1, 2), new Point(3, 4), new Point(5, 6), new Point(1, 2)], [[new Point(11, 12), new Point(13, 14), new Point(15, 16), new Point(11, 12)]])",
"wkt": "POLYGON((1 2,3 4,5 6,1 2),(11 12,13 14,15 16,11 12))",
"wkb": "01030000000200000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e40000000000000304000000000000026400000000000002840",
"ewkb": "0103000020e61000000200000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e40000000000000304000000000000026400000000000002840",
"wkbXdr": "000000000300000002000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e000000000000403000000000000040260000000000004028000000000000",
"ewkbXdr": "0020000003000010e600000002000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e000000000000403000000000000040260000000000004028000000000000",
"twkb": "a3000204c09a0c80b51880b51880b51880b51880b518ffe930ffe9300480897a80897a80b51880b51880b51880b518ffe930ffe930",
"geoJSON": {
"type": "Polygon",
"coordinates": [
[[1, 2], [3, 4], [5, 6], [1, 2]],
[[11, 12], [13, 14], [15, 16], [11, 12]]
]
},
"ewkbNoSrid": "01030000000200000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e40000000000000304000000000000026400000000000002840",
"ewkbXdrNoSrid": "000000000300000002000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e000000000000403000000000000040260000000000004028000000000000"
},
"polygonWithTwoInteriorRings": {
"geometry": "new Polygon([new Point(1, 2), new Point(3, 4), new Point(5, 6), new Point(1, 2)], [[new Point(11, 12), new Point(13, 14), new Point(15, 16), new Point(11, 12)], [new Point(21, 22), new Point(23, 24), new Point(25, 26), new Point(21, 22)]])",
"wkt": "POLYGON((1 2,3 4,5 6,1 2),(11 12,13 14,15 16,11 12),(21 22,23 24,25 26,21 22))",
"wkb": "01030000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"ewkb": "0103000020e61000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"wkbXdr": "000000000300000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000",
"ewkbXdr": "0020000003000010e600000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000",
"twkb": "a3000304c09a0c80b51880b51880b51880b51880b518ffe930ffe9300480897a80897a80b51880b51880b51880b518ffe930ffe9300480897a80897a80b51880b51880b51880b518ffe930ffe930",
"geoJSON": {
"type": "Polygon",
"coordinates": [
[[1, 2], [3, 4], [5, 6], [1, 2]],
[[11, 12], [13, 14], [15, 16], [11, 12]],
[[21, 22], [23, 24], [25, 26], [21, 22]]
]
},
"ewkbNoSrid": "01030000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"ewkbXdrNoSrid": "000000000300000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000"
},
"emptyMultiPoint": {
"geometry": "new MultiPoint()",
"wkt": "MULTIPOINT EMPTY",
"wkb": "010400000000000000",
"ewkb": "0104000020e610000000000000",
"wkbXdr": "000000000400000000",
"ewkbXdr": "0020000004000010e600000000",
"twkb": "a410",
"geoJSON": {"type": "MultiPoint", "coordinates": []},
"ewkbNoSrid": "010400000000000000",
"ewkbXdrNoSrid": "000000000400000000"
},
"multiPointWithOnePoint": {
"geometry": "new MultiPoint([new Point(1, 2)])",
"wkt": "MULTIPOINT(1 2)",
"wkb": "0104000000010000000101000000000000000000f03f0000000000000040",
"ewkb": "0104000020e6100000010000000101000000000000000000f03f0000000000000040",
"wkbXdr": "00000000040000000100000000013ff00000000000004000000000000000",
"ewkbXdr": "0020000004000010e60000000100000000013ff00000000000004000000000000000",
"twkb": "a40001c09a0c80b518",
"geoJSON": {"type": "MultiPoint", "coordinates": [[1, 2]]},
"ewkbNoSrid": "0104000000010000000101000000000000000000f03f0000000000000040",
"ewkbXdrNoSrid": "00000000040000000100000000013ff00000000000004000000000000000"
},
"multiPointWithTwoPoints": {
"geometry": "new MultiPoint([new Point(1, 2), new Point(3, 4)])",
"wkt": "MULTIPOINT(1 2,3 4)",
"wkb": "0104000000020000000101000000000000000000f03f0000000000000040010100000000000000000008400000000000001040",
"ewkb": "0104000020e6100000020000000101000000000000000000f03f0000000000000040010100000000000000000008400000000000001040",
"wkbXdr": "00000000040000000200000000013ff00000000000004000000000000000000000000140080000000000004010000000000000",
"ewkbXdr": "0020000004000010e60000000200000000013ff00000000000004000000000000000000000000140080000000000004010000000000000",
"twkb": "a40002c09a0c80b51880b51880b518",
"geoJSON": {"type": "MultiPoint", "coordinates": [[1, 2], [3, 4]]},
"ewkbNoSrid": "0104000000020000000101000000000000000000f03f0000000000000040010100000000000000000008400000000000001040",
"ewkbXdrNoSrid": "00000000040000000200000000013ff00000000000004000000000000000000000000140080000000000004010000000000000"
},
"emptyMultiLineString": {
"geometry": "new MultiLineString()",
"wkt": "MULTILINESTRING EMPTY",
"wkb": "010500000000000000",
"ewkb": "0105000020e610000000000000",
"wkbXdr": "000000000500000000",
"ewkbXdr": "0020000005000010e600000000",
"twkb": "a510",
"geoJSON": {"type": "MultiLineString", "coordinates": []},
"ewkbNoSrid": "010500000000000000",
"ewkbXdrNoSrid": "000000000500000000"
},
"multiLineStringWithOneLineString": {
"geometry": "new MultiLineString([new LineString([new Point(1, 2), new Point(3, 4)])])",
"wkt": "MULTILINESTRING((1 2,3 4))",
"wkb": "010500000001000000010200000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"ewkb": "0105000020e610000001000000010200000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"wkbXdr": "0000000005000000010000000002000000023ff0000000000000400000000000000040080000000000004010000000000000",
"ewkbXdr": "0020000005000010e6000000010000000002000000023ff0000000000000400000000000000040080000000000004010000000000000",
"twkb": "a5000102c09a0c80b51880b51880b518",
"geoJSON": {"type": "MultiLineString", "coordinates": [[[1, 2], [3, 4]]]},
"ewkbNoSrid": "010500000001000000010200000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"ewkbXdrNoSrid": "0000000005000000010000000002000000023ff0000000000000400000000000000040080000000000004010000000000000"
},
"multiLineStringWithTwoLineStrings": {
"geometry": "new MultiLineString([new LineString([new Point(1, 2), new Point(3, 4)]), new LineString([new Point(5, 6), new Point(7, 8)])])",
"wkt": "MULTILINESTRING((1 2,3 4),(5 6,7 8))",
"wkb": "010500000002000000010200000002000000000000000000f03f000000000000004000000000000008400000000000001040010200000002000000000000000000144000000000000018400000000000001c400000000000002040",
"ewkb": "0105000020e610000002000000010200000002000000000000000000f03f000000000000004000000000000008400000000000001040010200000002000000000000000000144000000000000018400000000000001c400000000000002040",
"wkbXdr": "0000000005000000020000000002000000023ff000000000000040000000000000004008000000000000401000000000000000000000020000000240140000000000004018000000000000401c0000000000004020000000000000",
"ewkbXdr": "0020000005000010e6000000020000000002000000023ff000000000000040000000000000004008000000000000401000000000000000000000020000000240140000000000004018000000000000401c0000000000004020000000000000",
"twkb": "a5000202c09a0c80b51880b51880b5180280b51880b51880b51880b518",
"geoJSON": {
"type": "MultiLineString",
"coordinates": [[[1, 2], [3, 4]], [[5, 6], [7, 8]]]
},
"ewkbNoSrid": "010500000002000000010200000002000000000000000000f03f000000000000004000000000000008400000000000001040010200000002000000000000000000144000000000000018400000000000001c400000000000002040",
"ewkbXdrNoSrid": "0000000005000000020000000002000000023ff000000000000040000000000000004008000000000000401000000000000000000000020000000240140000000000004018000000000000401c0000000000004020000000000000"
},
"emptyMultiPolygon": {
"geometry": "new MultiPolygon()",
"wkt": "MULTIPOLYGON EMPTY",
"wkb": "010600000000000000",
"ewkb": "0106000020e610000000000000",
"wkbXdr": "000000000600000000",
"ewkbXdr": "0020000006000010e600000000",
"twkb": "a610",
"geoJSON": {"type": "MultiPolygon", "coordinates": []},
"ewkbNoSrid": "010600000000000000",
"ewkbXdrNoSrid": "000000000600000000"
},
"multiPolygonWithOnePolygon": {
"geometry": "new MultiPolygon([new Polygon([new Point(1, 2), new Point(3, 4), new Point(5, 6), new Point(1, 2)])])",
"wkt": "MULTIPOLYGON(((1 2,3 4,5 6,1 2)))",
"wkb": "01060000000100000001030000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f0000000000000040",
"ewkb": "0106000020e61000000100000001030000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f0000000000000040",
"wkbXdr": "000000000600000001000000000300000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000",
"ewkbXdr": "0020000006000010e600000001000000000300000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000",
"twkb": "a600010104c09a0c80b51880b51880b51880b51880b518ffe930ffe930",
"geoJSON": {
"type": "MultiPolygon",
"coordinates": [[[[1, 2], [3, 4], [5, 6], [1, 2]]]]
},
"ewkbNoSrid": "01060000000100000001030000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f0000000000000040",
"ewkbXdrNoSrid": "000000000600000001000000000300000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000"
},
"multiPolygonWithTwoPolygons": {
"geometry": "new MultiPolygon([new Polygon([new Point(1, 2), new Point(3, 4), new Point(5, 6), new Point(1, 2)]), new Polygon([new Point(1, 2), new Point(3, 4), new Point(5, 6), new Point(1, 2)], [[new Point(11, 12), new Point(13, 14), new Point(15, 16), new Point(11, 12)], [new Point(21, 22), new Point(23, 24), new Point(25, 26), new Point(21,22)]])])",
"wkt": "MULTIPOLYGON(((1 2,3 4,5 6,1 2)),((1 2,3 4,5 6,1 2),(11 12,13 14,15 16,11 12),(21 22,23 24,25 26,21 22)))",
"wkb": "01060000000200000001030000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004001030000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"ewkb": "0106000020e61000000200000001030000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004001030000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"wkbXdr": "000000000600000002000000000300000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000000000000300000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000",
"ewkbXdr": "0020000006000010e600000002000000000300000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000000000000300000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000",
"twkb": "a600020104c09a0c80b51880b51880b51880b51880b518ffe930ffe9300304000080b51880b51880b51880b518ffe930ffe9300480897a80897a80b51880b51880b51880b518ffe930ffe9300480897a80897a80b51880b51880b51880b518ffe930ffe930",
"geoJSON": {
"type": "MultiPolygon",
"coordinates": [
[[[1, 2], [3, 4], [5, 6], [1, 2]]],
[
[[1, 2], [3, 4], [5, 6], [1, 2]],
[[11, 12], [13, 14], [15, 16], [11, 12]],
[[21, 22], [23, 24], [25, 26], [21, 22]]
]
]
},
"ewkbNoSrid": "01060000000200000001030000000100000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004001030000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"ewkbXdrNoSrid": "000000000600000002000000000300000001000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff00000000000004000000000000000000000000300000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000"
},
"emptyGeometryCollection": {
"geometry": "new GeometryCollection()",
"wkt": "GEOMETRYCOLLECTION EMPTY",
"wkb": "010700000000000000",
"ewkb": "0107000020e610000000000000",
"wkbXdr": "000000000700000000",
"ewkbXdr": "0020000007000010e600000000",
"twkb": "a710",
"geoJSON": {"type": "GeometryCollection", "geometries": []},
"ewkbNoSrid": "010700000000000000",
"ewkbXdrNoSrid": "000000000700000000"
},
"geometryCollectionWithPoint": {
"geometry": "new GeometryCollection([new Point(1, 2)])",
"wkt": "GEOMETRYCOLLECTION(POINT(1 2))",
"wkb": "0107000000010000000101000000000000000000f03f0000000000000040",
"ewkb": "0107000020e6100000010000000101000000000000000000f03f0000000000000040",
"wkbXdr": "00000000070000000100000000013ff00000000000004000000000000000",
"ewkbXdr": "0020000007000010e60000000100000000013ff00000000000004000000000000000",
"twkb": "a70001a100c09a0c80b518",
"geoJSON": {
"type": "GeometryCollection",
"geometries": [{"type": "Point", "coordinates": [1, 2]}]
},
"ewkbNoSrid": "0107000000010000000101000000000000000000f03f0000000000000040",
"ewkbXdrNoSrid": "00000000070000000100000000013ff00000000000004000000000000000"
},
"geometryCollectionWithPointAndLineString": {
"geometry": "new GeometryCollection([new Point(1, 2), new LineString([new Point(1, 2), new Point(3, 4)])])",
"wkt": "GEOMETRYCOLLECTION(POINT(1 2),LINESTRING(1 2,3 4))",
"wkb": "0107000000020000000101000000000000000000f03f0000000000000040010200000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"ewkb": "0107000020e6100000020000000101000000000000000000f03f0000000000000040010200000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"wkbXdr": "00000000070000000200000000013ff000000000000040000000000000000000000002000000023ff0000000000000400000000000000040080000000000004010000000000000",
"ewkbXdr": "0020000007000010e60000000200000000013ff000000000000040000000000000000000000002000000023ff0000000000000400000000000000040080000000000004010000000000000",
"twkb": "a70002a100c09a0c80b518a20002c09a0c80b51880b51880b518",
"geoJSON": {
"type": "GeometryCollection",
"geometries": [
{"type": "Point", "coordinates": [1, 2]},
{"type": "LineString", "coordinates": [[1, 2], [3, 4]]}
]
},
"ewkbNoSrid": "0107000000020000000101000000000000000000f03f0000000000000040010200000002000000000000000000f03f000000000000004000000000000008400000000000001040",
"ewkbXdrNoSrid": "00000000070000000200000000013ff000000000000040000000000000000000000002000000023ff0000000000000400000000000000040080000000000004010000000000000"
},
"geometryCollectionWithPointAndLineStringAndPolygon": {
"geometry": "new GeometryCollection([new Point(1, 2), new LineString([new Point(1, 2), new Point(3, 4)]), new Polygon([new Point(1, 2), new Point(3,4),new Point(5, 6), new Point(1, 2)], [[new Point(11, 12), new Point(13, 14), new Point(15, 16), new Point(11, 12)], [new Point(21, 22), new Point(23, 24), new Point(25, 26), new Point(21, 22)]])])",
"wkt": "GEOMETRYCOLLECTION(POINT(1 2),LINESTRING(1 2,3 4),POLYGON((1 2,3 4,5 6,1 2),(11 12,13 14,15 16,11 12),(21 22,23 24,25 26,21 22)))",
"wkb": "0107000000030000000101000000000000000000f03f0000000000000040010200000002000000000000000000f03f00000000000000400000000000000840000000000000104001030000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"ewkb": "0107000020e6100000030000000101000000000000000000f03f0000000000000040010200000002000000000000000000f03f00000000000000400000000000000840000000000000104001030000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"wkbXdr": "00000000070000000300000000013ff000000000000040000000000000000000000002000000023ff0000000000000400000000000000040080000000000004010000000000000000000000300000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000",
"ewkbXdr": "0020000007000010e60000000300000000013ff000000000000040000000000000000000000002000000023ff0000000000000400000000000000040080000000000004010000000000000000000000300000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000",
"twkb": "a70003a100c09a0c80b518a20002c09a0c80b51880b51880b518a3000304c09a0c80b51880b51880b51880b51880b518ffe930ffe9300480897a80897a80b51880b51880b51880b518ffe930ffe9300480897a80897a80b51880b51880b51880b518ffe930ffe930",
"geoJSON": {
"type": "GeometryCollection",
"geometries": [
{"type": "Point", "coordinates": [1, 2]},
{"type": "LineString", "coordinates": [[1, 2], [3, 4]]},
{
"type": "Polygon",
"coordinates": [
[[1, 2], [3, 4], [5, 6], [1, 2]],
[[11, 12], [13, 14], [15, 16], [11, 12]],
[[21, 22], [23, 24], [25, 26], [21, 22]]
]
}
]
},
"ewkbNoSrid": "0107000000030000000101000000000000000000f03f0000000000000040010200000002000000000000000000f03f00000000000000400000000000000840000000000000104001030000000300000004000000000000000000f03f00000000000000400000000000000840000000000000104000000000000014400000000000001840000000000000f03f000000000000004004000000000000000000264000000000000028400000000000002a400000000000002c400000000000002e4000000000000030400000000000002640000000000000284004000000000000000000354000000000000036400000000000003740000000000000384000000000000039400000000000003a4000000000000035400000000000003640",
"ewkbXdrNoSrid": "00000000070000000300000000013ff000000000000040000000000000000000000002000000023ff0000000000000400000000000000040080000000000004010000000000000000000000300000003000000043ff0000000000000400000000000000040080000000000004010000000000000401400000000000040180000000000003ff000000000000040000000000000000000000440260000000000004028000000000000402a000000000000402c000000000000402e0000000000004030000000000000402600000000000040280000000000000000000440350000000000004036000000000000403700000000000040380000000000004039000000000000403a00000000000040350000000000004036000000000000"
}
}