testdataM.json 39.2 KB
{
  "emptyPoint": {
    "geometry": "new Point.M()",
    "wkbGeometry": "new Point.M(NaN, NaN, NaN)",
    "geoJSONGeometry": "new Point()",
    "wkt": "POINT M EMPTY",
    "wkb": "01d1070000000000000000f87f000000000000f87f000000000000f87f",
    "ewkb": "0101000060e6100000000000000000f87f000000000000f87f000000000000f87f",
    "wkbXdr": "00000007d17ff80000000000007ff80000000000007ff8000000000000",
    "ewkbXdr": "0060000001000010e67ff80000000000007ff80000000000007ff8000000000000",
    "twkb": "a11802",
    "geoJSON": {"type": "Point", "coordinates": []},
    "ewkbNoSrid": "0101000040000000000000f87f000000000000f87f000000000000f87f",
    "ewkbXdrNoSrid": "00400000017ff80000000000007ff80000000000007ff8000000000000"
  },
  "point": {
    "geometry": "new Point.M(1, 2, 3)",
    "geoJSONGeometry": "new Point(1, 2)",
    "wkt": "POINT M (1 2 3)",
    "wkb": "01d1070000000000000000f03f00000000000000400000000000000840",
    "ewkb": "0101000060e6100000000000000000f03f00000000000000400000000000000840",
    "wkbXdr": "00000007d13ff000000000000040000000000000004008000000000000",
    "ewkbXdr": "0060000001000010e63ff000000000000040000000000000004008000000000000",
    "twkb": "a10802c09a0c80b51806",
    "geoJSON": {"type": "Point", "coordinates": [1, 2]},
    "ewkbNoSrid": "0101000040000000000000f03f00000000000000400000000000000840",
    "ewkbXdrNoSrid": "00400000013ff000000000000040000000000000004008000000000000"
  },
  "emptyLineString": {
    "geometry": "new LineString.M()",
    "geoJSONGeometry": "new LineString()",
    "wkt": "LINESTRING M EMPTY",
    "wkb": "01d207000000000000",
    "ewkb": "0102000060e610000000000000",
    "wkbXdr": "00000007d200000000",
    "ewkbXdr": "0060000002000010e600000000",
    "twkb": "a21802",
    "geoJSON": {"type": "LineString", "coordinates": []},
    "ewkbNoSrid": "010200004000000000",
    "ewkbXdrNoSrid": "004000000200000000"
  },
  "lineString": {
    "geometry": "new LineString.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2)])",
    "geoJSONGeometry": "new LineString([new Point(1, 2), new Point(3, 4)])",
    "wkt": "LINESTRING M (1 2 1,3 4 2)",
    "wkb": "01d207000002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "ewkb": "0102000060e610000002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "wkbXdr": "00000007d2000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000",
    "ewkbXdr": "0060000002000010e6000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000",
    "twkb": "a2080202c09a0c80b5180280b51880b51802",
    "geoJSON": {"type": "LineString", "coordinates": [[1, 2], [3, 4]]},
    "ewkbNoSrid": "010200004002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "ewkbXdrNoSrid": "0040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000"
  },
  "emptyPolygon": {
    "geometry": "new Polygon.M()",
    "geoJSONGeometry": "new Polygon()",
    "wkt": "POLYGON M EMPTY",
    "wkb": "01d307000000000000",
    "ewkb": "0103000060e610000000000000",
    "wkbXdr": "00000007d300000000",
    "ewkbXdr": "0060000003000010e600000000",
    "twkb": "a31802",
    "geoJSON": {"type": "Polygon", "coordinates": []},
    "ewkbNoSrid": "010300004000000000",
    "ewkbXdrNoSrid": "004000000300000000"
  },
  "polygon": {
    "geometry": "new Polygon.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2), new Point.M(5, 6, 3), new Point.M(1, 2, 1)])",
    "geoJSONGeometry": "new Polygon([new Point(1, 2), new Point(3, 4), new Point(5, 6), new Point(1, 2)])",
    "wkt": "POLYGON M ((1 2 1,3 4 2,5 6 3,1 2 1))",
    "wkb": "01d30700000100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f",
    "ewkb": "0103000060e61000000100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f",
    "wkbXdr": "00000007d300000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff0000000000000",
    "ewkbXdr": "0060000003000010e600000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff0000000000000",
    "twkb": "a308020104c09a0c80b5180280b51880b5180280b51880b51802ffe930ffe93003",
    "geoJSON": {
      "type": "Polygon",
      "coordinates": [[[1, 2], [3, 4], [5, 6], [1, 2]]]
    },
    "ewkbNoSrid": "01030000400100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f",
    "ewkbXdrNoSrid": "004000000300000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff0000000000000"
  },
  "polygonWithOneInteriorRing": {
    "geometry": "new Polygon.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2), new Point.M(5, 6, 3), new Point.M(1, 2, 1)], [[new Point.M(11, 12, 4), new Point.M(13, 14, 5), new Point.M(15, 16, 6), new Point.M(11, 12, 4)]])",
    "geoJSONGeometry": "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 M ((1 2 1,3 4 2,5 6 3,1 2 1),(11 12 4,13 14 5,15 16 6,11 12 4))",
    "wkb": "01d30700000200000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e4000000000000030400000000000001840000000000000264000000000000028400000000000001040",
    "ewkb": "0103000060e61000000200000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e4000000000000030400000000000001840000000000000264000000000000028400000000000001040",
    "wkbXdr": "00000007d300000002000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e00000000000040300000000000004018000000000000402600000000000040280000000000004010000000000000",
    "ewkbXdr": "0060000003000010e600000002000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e00000000000040300000000000004018000000000000402600000000000040280000000000004010000000000000",
    "twkb": "a308020204c09a0c80b5180280b51880b5180280b51880b51802ffe930ffe930030480897a80897a0680b51880b5180280b51880b51802ffe930ffe93003",
    "geoJSON": {
      "type": "Polygon",
      "coordinates": [
        [[1, 2], [3, 4], [5, 6], [1, 2]],
        [[11, 12], [13, 14], [15, 16], [11, 12]]
      ]
    },
    "ewkbNoSrid": "01030000400200000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e4000000000000030400000000000001840000000000000264000000000000028400000000000001040",
    "ewkbXdrNoSrid": "004000000300000002000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e00000000000040300000000000004018000000000000402600000000000040280000000000004010000000000000"
  },
  "polygonWithTwoInteriorRings": {
    "geometry": "new Polygon.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2), new Point.M(5, 6, 3), new Point.M(1, 2, 1)], [[new Point.M(11, 12, 4), new Point.M(13, 14, 5), new Point.M(15, 16, 6), new Point.M(11, 12, 4)], [new Point.M(21, 22, 7), new Point.M(23, 24, 8), new Point.M(25, 26, 9), new Point.M(21, 22, 7)]])",
    "geoJSONGeometry": "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 M ((1 2 1,3 4 2,5 6 3,1 2 1),(11 12 4,13 14 5,15 16 6,11 12 4),(21 22 7,23 24 8,25 26 9,21 22 7))",
    "wkb": "01d30700000300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "ewkb": "0103000060e61000000300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "wkbXdr": "00000007d300000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000",
    "ewkbXdr": "0060000003000010e600000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000",
    "twkb": "a308020304c09a0c80b5180280b51880b5180280b51880b51802ffe930ffe930030480897a80897a0680b51880b5180280b51880b51802ffe930ffe930030480897a80897a0680b51880b5180280b51880b51802ffe930ffe93003",
    "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": "01030000400300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "ewkbXdrNoSrid": "004000000300000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000"
  },
  "emptyMultiPoint": {
    "geometry": "new MultiPoint.M()",
    "geoJSONGeometry": "new MultiPoint()",
    "wkt": "MULTIPOINT M EMPTY",
    "wkb": "01d407000000000000",
    "ewkb": "0104000060e610000000000000",
    "wkbXdr": "00000007d400000000",
    "ewkbXdr": "0060000004000010e600000000",
    "twkb": "a41802",
    "geoJSON": {"type": "MultiPoint", "coordinates": []},
    "ewkbNoSrid": "010400004000000000",
    "ewkbXdrNoSrid": "004000000400000000"
  },
  "multiPointWithOnePoint": {
    "geometry": "new MultiPoint.M([new Point.M(1, 2, 1)])",
    "geoJSONGeometry": "new MultiPoint([new Point(1, 2)])",
    "wkt": "MULTIPOINT M (1 2 1)",
    "wkb": "01d40700000100000001d1070000000000000000f03f0000000000000040000000000000f03f",
    "ewkb": "0104000060e6100000010000000101000040000000000000f03f0000000000000040000000000000f03f",
    "wkbXdr": "00000007d40000000100000007d13ff000000000000040000000000000003ff0000000000000",
    "ewkbXdr": "0060000004000010e60000000100400000013ff000000000000040000000000000003ff0000000000000",
    "twkb": "a4080201c09a0c80b51802",
    "geoJSON": {"type": "MultiPoint", "coordinates": [[1, 2]]},
    "ewkbNoSrid": "0104000040010000000101000040000000000000f03f0000000000000040000000000000f03f",
    "ewkbXdrNoSrid": "00400000040000000100400000013ff000000000000040000000000000003ff0000000000000"
  },
  "multiPointWithTwoPoints": {
    "geometry": "new MultiPoint.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2)])",
    "geoJSONGeometry": "new MultiPoint([new Point(1, 2), new Point(3, 4)])",
    "wkt": "MULTIPOINT M (1 2 1,3 4 2)",
    "wkb": "01d40700000200000001d1070000000000000000f03f0000000000000040000000000000f03f01d1070000000000000000084000000000000010400000000000000040",
    "ewkb": "0104000060e6100000020000000101000040000000000000f03f0000000000000040000000000000f03f0101000040000000000000084000000000000010400000000000000040",
    "wkbXdr": "00000007d40000000200000007d13ff000000000000040000000000000003ff000000000000000000007d1400800000000000040100000000000004000000000000000",
    "ewkbXdr": "0060000004000010e60000000200400000013ff000000000000040000000000000003ff00000000000000040000001400800000000000040100000000000004000000000000000",
    "twkb": "a4080202c09a0c80b5180280b51880b51802",
    "geoJSON": {"type": "MultiPoint", "coordinates": [[1, 2], [3, 4]]},
    "ewkbNoSrid": "0104000040020000000101000040000000000000f03f0000000000000040000000000000f03f0101000040000000000000084000000000000010400000000000000040",
    "ewkbXdrNoSrid": "00400000040000000200400000013ff000000000000040000000000000003ff00000000000000040000001400800000000000040100000000000004000000000000000"
  },
  "emptyMultiLineString": {
    "geometry": "new MultiLineString.M()",
    "geoJSONGeometry": "new MultiLineString()",
    "wkt": "MULTILINESTRING M EMPTY",
    "wkb": "01d507000000000000",
    "ewkb": "0105000060e610000000000000",
    "wkbXdr": "00000007d500000000",
    "ewkbXdr": "0060000005000010e600000000",
    "twkb": "a51802",
    "geoJSON": {"type": "MultiLineString", "coordinates": []},
    "ewkbNoSrid": "010500004000000000",
    "ewkbXdrNoSrid": "004000000500000000"
  },
  "multiLineStringWithOneLineString": {
    "geometry": "new MultiLineString.M([new LineString.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2)])])",
    "geoJSONGeometry": "new MultiLineString([new LineString([new Point(1, 2), new Point(3, 4)])])",
    "wkt": "MULTILINESTRING M ((1 2 1,3 4 2))",
    "wkb": "01d50700000100000001d207000002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "ewkb": "0105000060e610000001000000010200004002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "wkbXdr": "00000007d50000000100000007d2000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000",
    "ewkbXdr": "0060000005000010e6000000010040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000",
    "twkb": "a508020102c09a0c80b5180280b51880b51802",
    "geoJSON": {"type": "MultiLineString", "coordinates": [[[1, 2], [3, 4]]]},
    "ewkbNoSrid": "010500004001000000010200004002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "ewkbXdrNoSrid": "0040000005000000010040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000"
  },
  "multiLineStringWithTwoLineStrings": {
    "geometry": "new MultiLineString.M([new LineString.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2)]), new LineString.M([new Point.M(5, 6, 3), new Point.M(7, 8, 4)])])",
    "geoJSONGeometry": "new MultiLineString([new LineString([new Point(1, 2), new Point(3, 4)]), new LineString([new Point(5, 6), new Point(7, 8)])])",
    "wkt": "MULTILINESTRING M ((1 2 1,3 4 2),(5 6 3,7 8 4))",
    "wkb": "01d50700000200000001d207000002000000000000000000f03f0000000000000040000000000000f03f00000000000008400000000000001040000000000000004001d2070000020000000000000000001440000000000000184000000000000008400000000000001c4000000000000020400000000000001040",
    "ewkb": "0105000060e610000002000000010200004002000000000000000000f03f0000000000000040000000000000f03f0000000000000840000000000000104000000000000000400102000040020000000000000000001440000000000000184000000000000008400000000000001c4000000000000020400000000000001040",
    "wkbXdr": "00000007d50000000200000007d2000000023ff000000000000040000000000000003ff000000000000040080000000000004010000000000000400000000000000000000007d200000002401400000000000040180000000000004008000000000000401c00000000000040200000000000004010000000000000",
    "ewkbXdr": "0060000005000010e6000000020040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000004000000200000002401400000000000040180000000000004008000000000000401c00000000000040200000000000004010000000000000",
    "twkb": "a508020202c09a0c80b5180280b51880b518020280b51880b5180280b51880b51802",
    "geoJSON": {
      "type": "MultiLineString",
      "coordinates": [[[1, 2], [3, 4]], [[5, 6], [7, 8]]]
    },
    "ewkbNoSrid": "010500004002000000010200004002000000000000000000f03f0000000000000040000000000000f03f0000000000000840000000000000104000000000000000400102000040020000000000000000001440000000000000184000000000000008400000000000001c4000000000000020400000000000001040",
    "ewkbXdrNoSrid": "0040000005000000020040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000004000000200000002401400000000000040180000000000004008000000000000401c00000000000040200000000000004010000000000000"
  },
  "emptyMultiPolygon": {
    "geometry": "new MultiPolygon.M()",
    "geoJSONGeometry": "new MultiPolygon()",
    "wkt": "MULTIPOLYGON M EMPTY",
    "wkb": "01d607000000000000",
    "ewkb": "0106000060e610000000000000",
    "wkbXdr": "00000007d600000000",
    "ewkbXdr": "0060000006000010e600000000",
    "twkb": "a61802",
    "geoJSON": {"type": "MultiPolygon", "coordinates": []},
    "ewkbNoSrid": "010600004000000000",
    "ewkbXdrNoSrid": "004000000600000000"
  },
  "multiPolygonWithOnePolygon": {
    "geometry": "new MultiPolygon.M([new Polygon.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2), new Point.M(5, 6, 3), new Point.M(1, 2, 1)])])",
    "geoJSONGeometry": "new MultiPolygon([new Polygon([new Point(1, 2), new Point(3, 4), new Point(5, 6), new Point(1, 2)])])",
    "wkt": "MULTIPOLYGON M (((1 2 1,3 4 2,5 6 3,1 2 1)))",
    "wkb": "01d60700000100000001d30700000100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f",
    "ewkb": "0106000060e61000000100000001030000400100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f",
    "wkbXdr": "00000007d60000000100000007d300000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff0000000000000",
    "ewkbXdr": "0060000006000010e600000001004000000300000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff0000000000000",
    "twkb": "a60802010104c09a0c80b5180280b51880b5180280b51880b51802ffe930ffe93003",
    "geoJSON": {
      "type": "MultiPolygon",
      "coordinates": [[[[1, 2], [3, 4], [5, 6], [1, 2]]]]
    },
    "ewkbNoSrid": "01060000400100000001030000400100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f",
    "ewkbXdrNoSrid": "004000000600000001004000000300000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff0000000000000"
  },
  "multiPolygonWithTwoPolygons": {
    "geometry": "new MultiPolygon.M([new Polygon.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2), new Point.M(5, 6, 3), new Point.M(1, 2, 1)]), new Polygon.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2), new Point.M(5, 6, 3), new Point.M(1, 2, 1)], [[new Point.M(11, 12, 4), new Point.M(13, 14, 5), new Point.M(15, 16, 6), new Point.M(11, 12, 4)], [new Point.M(21, 22, 7), new Point.M(23, 24, 8), new Point.M(25, 26, 9), new Point.M(21,22, 7)]])])",
    "geoJSONGeometry": "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 M (((1 2 1,3 4 2,5 6 3,1 2 1)),((1 2 1,3 4 2,5 6 3,1 2 1),(11 12 4,13 14 5,15 16 6,11 12 4),(21 22 7,23 24 8,25 26 9,21 22 7)))",
    "wkb": "01d60700000200000001d30700000100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f01d30700000300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "ewkb": "0106000060e61000000200000001030000400100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f01030000400300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "wkbXdr": "00000007d60000000200000007d300000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000007d300000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000",
    "ewkbXdr": "0060000006000010e600000002004000000300000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff0000000000000004000000300000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000",
    "twkb": "a60802020104c09a0c80b5180280b51880b5180280b51880b51802ffe930ffe93003030400000080b51880b5180280b51880b51802ffe930ffe930030480897a80897a0680b51880b5180280b51880b51802ffe930ffe930030480897a80897a0680b51880b5180280b51880b51802ffe930ffe93003",
    "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": "01060000400200000001030000400100000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f01030000400300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "ewkbXdrNoSrid": "004000000600000002004000000300000001000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff0000000000000004000000300000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000"
  },
  "emptyGeometryCollection": {
    "geometry": "new GeometryCollection.M()",
    "geoJSONGeometry": "new GeometryCollection()",
    "wkt": "GEOMETRYCOLLECTION M EMPTY",
    "wkb": "01d707000000000000",
    "ewkb": "0107000060e610000000000000",
    "wkbXdr": "00000007d700000000",
    "ewkbXdr": "0060000007000010e600000000",
    "twkb": "a71802",
    "geoJSON": {"type": "GeometryCollection", "geometries": []},
    "ewkbNoSrid": "010700004000000000",
    "ewkbXdrNoSrid": "004000000700000000"
  },
  "geometryCollectionWithPoint": {
    "geometry": "new GeometryCollection.M([new Point.M(1, 2, 1)])",
    "geoJSONGeometry": "new GeometryCollection([new Point(1, 2)])",
    "wkt": "GEOMETRYCOLLECTION M (POINT M (1 2 1))",
    "wkb": "01d70700000100000001d1070000000000000000f03f0000000000000040000000000000f03f",
    "ewkb": "0107000060e6100000010000000101000040000000000000f03f0000000000000040000000000000f03f",
    "wkbXdr": "00000007d70000000100000007d13ff000000000000040000000000000003ff0000000000000",
    "ewkbXdr": "0060000007000010e60000000100400000013ff000000000000040000000000000003ff0000000000000",
    "twkb": "a7080201a10802c09a0c80b51802",
    "geoJSON": {
      "type": "GeometryCollection",
      "geometries": [{"type": "Point", "coordinates": [1, 2]}]
    },
    "ewkbNoSrid": "0107000040010000000101000040000000000000f03f0000000000000040000000000000f03f",
    "ewkbXdrNoSrid": "00400000070000000100400000013ff000000000000040000000000000003ff0000000000000"
  },
  "geometryCollectionWithPointAndLineString": {
    "geometry": "new GeometryCollection.M([new Point.M(1, 2, 1), new LineString.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2)])])",
    "geoJSONGeometry": "new GeometryCollection([new Point(1, 2), new LineString([new Point(1, 2), new Point(3, 4)])])",
    "wkt": "GEOMETRYCOLLECTION M (POINT M (1 2 1),LINESTRING M (1 2 1,3 4 2))",
    "wkb": "01d70700000200000001d1070000000000000000f03f0000000000000040000000000000f03f01d207000002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "ewkb": "0107000060e6100000020000000101000040000000000000f03f0000000000000040000000000000f03f010200004002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "wkbXdr": "00000007d70000000200000007d13ff000000000000040000000000000003ff000000000000000000007d2000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000",
    "ewkbXdr": "0060000007000010e60000000200400000013ff000000000000040000000000000003ff00000000000000040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000",
    "twkb": "a7080202a10802c09a0c80b51802a2080202c09a0c80b5180280b51880b51802",
    "geoJSON": {
      "type": "GeometryCollection",
      "geometries": [
        {"type": "Point", "coordinates": [1, 2]},
        {"type": "LineString", "coordinates": [[1, 2], [3, 4]]}
      ]
    },
    "ewkbNoSrid": "0107000040020000000101000040000000000000f03f0000000000000040000000000000f03f010200004002000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040",
    "ewkbXdrNoSrid": "00400000070000000200400000013ff000000000000040000000000000003ff00000000000000040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000"
  },
  "geometryCollectionWithPointAndLineStringAndPolygon": {
    "geometry": "new GeometryCollection.M([new Point.M(1, 2, 1), new LineString.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2)]), new Polygon.M([new Point.M(1, 2, 1), new Point.M(3, 4, 2), new Point.M(5, 6, 3), new Point.M(1, 2, 1)], [[new Point.M(11, 12, 4), new Point.M(13, 14, 5), new Point.M(15, 16, 6), new Point.M(11, 12, 4)], [new Point.M(21, 22, 7), new Point.M(23, 24, 8), new Point.M(25, 26, 9), new Point.M(21, 22, 7)]])])",
    "geoJSONGeometry": "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 M (POINT M (1 2 1),LINESTRING M (1 2 1,3 4 2),POLYGON M ((1 2 1,3 4 2,5 6 3,1 2 1),(11 12 4,13 14 5,15 16 6,11 12 4),(21 22 7,23 24 8,25 26 9,21 22 7)))",
    "wkb": "01d70700000300000001d1070000000000000000f03f0000000000000040000000000000f03f01d207000002000000000000000000f03f0000000000000040000000000000f03f00000000000008400000000000001040000000000000004001d30700000300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "ewkb": "0107000060e6100000030000000101000040000000000000f03f0000000000000040000000000000f03f010200004002000000000000000000f03f0000000000000040000000000000f03f00000000000008400000000000001040000000000000004001030000400300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "wkbXdr": "00000007d70000000300000007d13ff000000000000040000000000000003ff000000000000000000007d2000000023ff000000000000040000000000000003ff000000000000040080000000000004010000000000000400000000000000000000007d300000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000",
    "ewkbXdr": "0060000007000010e60000000300400000013ff000000000000040000000000000003ff00000000000000040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000004000000300000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000",
    "twkb": "a7080203a10802c09a0c80b51802a2080202c09a0c80b5180280b51880b51802a308020304c09a0c80b5180280b51880b5180280b51880b51802ffe930ffe930030480897a80897a0680b51880b5180280b51880b51802ffe930ffe930030480897a80897a0680b51880b5180280b51880b51802ffe930ffe93003",
    "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": "0107000040030000000101000040000000000000f03f0000000000000040000000000000f03f010200004002000000000000000000f03f0000000000000040000000000000f03f00000000000008400000000000001040000000000000004001030000400300000004000000000000000000f03f0000000000000040000000000000f03f000000000000084000000000000010400000000000000040000000000000144000000000000018400000000000000840000000000000f03f0000000000000040000000000000f03f040000000000000000002640000000000000284000000000000010400000000000002a400000000000002c4000000000000014400000000000002e400000000000003040000000000000184000000000000026400000000000002840000000000000104004000000000000000000354000000000000036400000000000001c4000000000000037400000000000003840000000000000204000000000000039400000000000003a400000000000002240000000000000354000000000000036400000000000001c40",
    "ewkbXdrNoSrid": "00400000070000000300400000013ff000000000000040000000000000003ff00000000000000040000002000000023ff000000000000040000000000000003ff0000000000000400800000000000040100000000000004000000000000000004000000300000003000000043ff000000000000040000000000000003ff00000000000004008000000000000401000000000000040000000000000004014000000000000401800000000000040080000000000003ff000000000000040000000000000003ff000000000000000000004402600000000000040280000000000004010000000000000402a000000000000402c0000000000004014000000000000402e000000000000403000000000000040180000000000004026000000000000402800000000000040100000000000000000000440350000000000004036000000000000401c0000000000004037000000000000403800000000000040200000000000004039000000000000403a000000000000402200000000000040350000000000004036000000000000401c000000000000"
  }
}