I read the OGR documentation OGR API Tutorial, and I found this sentence :<br><br>&quot;
An <a href="http://www.gdal.org/ogr/classOGRDataSource.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">OGRDataSource</a> can potentially have many layers associated with it&quot;<br><br>However,
I cannot find the way to add multiple layers in one instance of
OGRDataSource. What I would like to do is to read a set of shapefiles,
create a layer for each of them and store them in an OGRDataSource
object. Note I also want to be able to create an OGRDataSource object
and add layers (from shapefiles) in a second time. Could you please
give me the way to do such a task ?<br>
<br>Regards,<br><br>Olivier