Hi, I'm getting an OGRStyleTable from an OGRDataSource. My problem is that I need to access all members of this OGRStyleTable (that is all style definitions and names) to store them in a data structure of type string vector, but I don't find any method to do it sequentially (I can't read one by one because I don't know their names).
In short I need access to OGRStyleTable::m_papszStyleTable. Anyone know how to do this? Thanks.
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
