Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Common to .shp, .shx, etc.
type header = {
length : int;
file length in 16-bits words
*)version : int;
version number
*)shape_type : int;
type of shapes found in the file
*)bbox : D3M.bbox;
bounding box (actual extent of shapes in the file)
*)}
.shp and .shx file header
val print_header : header -> unit