Re: [gdal-dev] OGR Feature style API changes: StyleTable on datasources and layers

2010-03-25 Thread Frank Warmerdam
brian wrote: I have two issues with the datasource and layer methods to get and set style tables. 1) The GetStyleTable(), SetStyleTableDirectly(), and SetStyletable() methods are not virtual therefore only the memory driver can use them. 2) The SetStyleTableDirectly() and SetStyletable() metho

Re: [gdal-dev] OGR Feature style API changes: StyleTable on datasources and layers

2010-03-25 Thread brian
Chaitanya, I was thinking possibly something like #define OLCStyleTable "StyleTable" #define ODsCStyleTable "StyleTable" or similar Brian On Thu, 2010-03-25 at 23:02 +0530, Chaitanya kumar CH wrote: > Brian, > > > I cannot say much about the style tables. But, I would like to know > about t

Re: [gdal-dev] OGR Feature style API changes: StyleTable on datasources and layers

2010-03-25 Thread Chaitanya kumar CH
Brian, I cannot say much about the style tables. But, I would like to know about the constants for the TestCapability() methods. On Thu, Mar 25, 2010 at 9:09 PM, brian wrote: > > > I have two issues with the datasource and layer methods to get and set > style tables. > > 1) The GetStyleTable(),

[gdal-dev] OGR Feature style API changes: StyleTable on datasources and layers

2010-03-25 Thread brian
I have two issues with the datasource and layer methods to get and set style tables. 1) The GetStyleTable(), SetStyleTableDirectly(), and SetStyletable() methods are not virtual therefore only the memory driver can use them. 2) The SetStyleTableDirectly() and SetStyletable() methods both return