Point
A Point consists of a pair of double-precision coordinates
in the order X, Y. The following table shows Point byte stream contents.
Position | Field | Value | Type | Number | Byte order |
---|---|---|---|---|---|
Byte 0 | Shape Type | 1 | Integer | 1 | Little endian |
Byte 4 | X | X | Double | 1 | Little endian |
Byte 12 | Y | Y | Double | 1 | Little endian |