How can I open shapefile from byte-array or memorystream without having to save it on disk? We have shapefiles as byte arrays in SQL database and I can read them into memory from there. The problem is I have to turn them into Shapefile object without using disk. Is this possible?
↧