testdata.json 28.9 KB
{
  "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"
  }
}