Closed bouyeijiang closed 3 months ago
var writer =new ShapefileDataWriter(fullpath, factory,writeEncoding); writer.Header = ShapefileDataWriter.GetHeader(lines[0], lines.Count);
default is 3D coordinates? i need to 2d
Support for a custom-managed stream, which allows shapes to be written to it, has been added in the successor library. There is also a sample code demonstrating how to use different dimensions.
var writer =new ShapefileDataWriter(fullpath, factory,writeEncoding); writer.Header = ShapefileDataWriter.GetHeader(lines[0], lines.Count);
default is 3D coordinates? i need to 2d