GDAL C# Style class

210 views Asked by At

I'm using C# SDK for GDAL from GISInternals (http://www.gisinternals.com/). I convert kml to geojson and want to use styles defined in kml. However, when I read StylesTable, I only get string representation of style, not an instance of some style. Are there in C# SDK implementations of classes like OGRStyleBrush, OGRStyleLabel, OGRStyleMgr, OGRStylePen, OGRStyleSymbol, or do I need to parse style string I get on my own?

Thanks.

1

There are 1 answers

0
xwhsky On

None, classes related to vectors in Ogr(Gdal) don't support style definitions for vector map visualization.