Module shapefile::writer

source ·
Expand description

Module with the definition of the Writer that allows writing shapefile

§Writer

Writer is the struct that writes a complete shapefile (.shp, .shx, .dbf).

§ShapeWriter

The ShapeWriter can be used if you only want to write the .shp and .shx files, however since it does not write the .dbf file, it is not recommended.

Structs§

  • struct that handles the writing of the .shp and (optionally) the .idx
  • The Writer writes a complete shapefile that is, it writes the 3 mandatory files (.shp, .shx, .dbf)