MultiPoint

A MultiPoint consists of a collection of points. The bounding box is stored in the order Xmin, Ymin, Xmax, Ymax. The following table shows MultiPoint byte stream contents.
Position Field Value Type Number Byte order
Byte 0 Shape Type 8 Integer 1 Little endian
Byte 4 Box Box Double 4 Little endian
Byte 36 NumPoints NumPoints Integer 1 Little endian
Byte 40 Points Points Point NumPoints Little endian