How to write Shapefile header
Closed this issue · 4 comments
xSandoval21x commented
I have the NetTopologySuite.IO.Esri.Shapefile.WriteAllFeatures(features, path); working in my code. I have a requirement to set the Shapefile Header with file code, file length, version, shape type, Xmin, Ymin, Xmax, Ymax. Is there documentation on setting the file header with NetTopologySuite.IO.Esri?
KubaSzostak commented
xSandoval21x commented
Thank you very much for pointing me to that code @KubaSzostak That's exactly what I needed.
xSandoval21x commented
@KubaSzostak Is there a way with the Shapefile Writer to write all files to a zip file?
KubaSzostak commented
Is there a way with the Shapefile Writer to write all files to a zip file?
Sure. Use ZIP streams directly in Shapefile*Writer
class constructor.