NetTopologySuite / NetTopologySuite.IO.ShapeFile

The ShapeFile IO module for NTS.
33 stars 25 forks source link

Feature: ManagedStreamProvider #58

Closed kristofdegrave closed 3 years ago

kristofdegrave commented 3 years ago

Added an additional streamProvider called ManagedSteamProvider. The goal of this provider is that the developer can use an own managed stream to which a shape can be written. In the current solution there is no possibility to write to a stream an consume this stream in you application code. This provider solves this issue.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

kristofdegrave commented 3 years ago

@airbreather Do you need any additional tasks to be done to complete this task?

airbreather commented 3 years ago

Thanks!