bilaldursun1 / nettopologysuite

Automatically exported from code.google.com/p/nettopologysuite
0 stars 0 forks source link

Make Shapefile-writer sequential #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When writing large shapefiles, there are sometimes problems loading all records 
to be written to memory.

I've created a patch-file that allows the ShapeFileWriter to be used to write 
records sequentially one by one to output.

(header gets written with dummy values first, then updated with correct values 
when you call close on the writer)

Please review this patch...

Original issue reported on code.google.com by peter.lo...@gmail.com on 28 Sep 2012 at 2:32

Attachments:

GoogleCodeExporter commented 9 years ago
as of r945

Original comment by felix.ob...@netcologne.de on 28 Nov 2012 at 12:20