[postgis-users] Problem with WKB

Lars Rößiger lars.roessiger at d33.net
Wed Nov 2 01:28:18 PST 2005


Now it makes even more sense :-)

01       = Byte Encoding (NDR)
06000000 = wkbMultiPolygon    00000006 = 6
02000000 = num_wkbPolygons    00000002 = 2


01       = Byte Encoding (NDR) -> Polygon 1
03000000 = wkbPolygon         00000003 = 3
01000000 = numRings           00000001 = 1
4C030000 = numPoints          0000034C = 844


01       = Byte Encoding (NDR) -> Polygon 2
03000000 = wkbPolygon         00000003 = 3
01000000 = numRings           00000001 = 1
1C000000 = numPoints          0000001C = 28

Regards,
Lars



More information about the postgis-users mailing list