package shapefile

  1. Overview
  2. Docs

.shx files utilities.

type index = {
  1. offset : int;
    (*

    postion of the shape in the .shp file in 16-bits words

    *)
  2. length : int;
    (*

    length of the shape description in 16-bits words

    *)
}

Type of an index record.

val read : string -> Common.header * index list

Shx.read file parses the file and returns a list of indexes, i.e. position and size of shape descriptions found in the corresponding .shp file.