NetTopologySuite/NetTopologySuite.IO.Esri

Add stream support

Closed this issue · 0 comments

Add helper methods to open ShapefileReader and ShapefileWriterStream using streams. This will be an alternative to existing methods based on file path:

  • Shapefile.OpenRead(string shpPath, ShapefileReaderOptions options = null)
  • ShapefileShapefileWriter OpenWrite(string shpPath, ShapefileWriterOptions options)