shapefile-0.0.0.1: Parser and related tools for ESRI shapefile format

Database.Shapefile.Shx

Synopsis

Documentation

data ShxRec Source

offset and length of corresponding shape in 16-bit words

Constructors

ShxRec 

Fields

shxOffset :: Word32

Offset of the corresponding ShpRec in 16-bit words

shxLength :: Word32

Length of the corresponding ShpRec in 16-bit words

Instances

shxRecBytes :: Integer -> Integer -> ShxRecSource

Construct a ShxRec given the record offset and length in bytes

shxFromShp :: ShpFileHeader -> [ShpRec] -> (ShpFileHeader, [ShxRec])Source

Construct an index for the provided .shp file contents