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