You see i can't understand .... witch of the following should i do.
a)
i should create a new header like this
Dim myHeader As New GisSharpBlog.NetTopologySuite.IO.DbaseFileHeader
and then add columns in it
myHeader.AddColumn(clm.Name, "C", 20, 0)
or
b)
should i create it like this :
Dim shapeDataWriter As New
GisSharpBlog.NetTopologySuite.IO.ShapefileDataWriter(savePath,
GSfactory)
then do something like
shapeDataWriter.Header =
GisSharpBlog.NetTopologySuite.IO.ShapefileDataWriter.GetHeader(ntsFeats
(0), ntsFeats.Length)
to automaticaly get the header
and finaly write the file using
shapeDataWriter.Write(ntsFeats)
______________________________________________________________________________________________________________
this is not clear to me.
Thanks for your response.
P.S.: are you italian ?