Hi,<br><br>I&#39;m new to OGR/GDAL and I&#39;m trying to read style information of vectors using the OGR C++ API. I followed the documentation available here <a href="http://www.gdal.org/ogr/ogr_feature_style.html">http://www.gdal.org/ogr/ogr_feature_style.html</a>. I have managed to get the pen information of the glyphs&#39; in vector file successfully.<br>

<br>The problem is that, it is unclear that from where can I figure out the layer style specification. i.e the global style for the layer ( assuming each glyph&#39;s pen can be either one of its own or dependent on the layer ). The OGRFeatureDefn for the OGRLayer doesn&#39;t seem to have this information.<br>

<br>Also is there any detailed explanation of the API somewhere with some sample code snippets ? (for the feature-style api. For read/write I know there is <a href="http://www.gdal.org/ogr/ogr_apitut.html">http://www.gdal.org/ogr/ogr_apitut.html</a>)<br>

<br>Hoping for a quick response<br><br>Thanks and regards,<br>Aneesh Muralidharan<br>