[][src]Module shapefile::writer

Module with the definition of the Writer that allows writing shapefile

It is recommended to create a Writer using its from_path method to ensure that both the .shp and .shx files are created. Then use its writes_shapes method to write the files.

Structs

Writer

struct that writes the shapes