Hi,

the usual procedure to open a file with OGR is to use
OGRSFDriverRegistrar::Open("somefile.dxf",FALSE)
Now I want to open a DXF-file which was previously stored in a database.
Therefore I would need some ORG method which reads the drawing not from a
file, but from a string (containing the whole DXF-file) directly.
Is it possible to do this somehow?

An alternative could be to save and read an OGRDataSource object inside the
database. Is this possible?

Stefan
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to