Module shapefile::writer[][src]

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

ShapeWriter

struct that handles the writing of the .shp and (optionally) the .idx

Writer

The Writer writes a complete shapefile that is, it writes the 3 mandatory files (.shp, .shx, .dbf)