Re: [gdal-dev] A question of eficiency

2023-07-31 Thread Abel Pau
OOh, ok!!! Thanks!! De: Laurențiu Nicola Enviado el: dilluns, 31 de juliol de 2023 15:24 Para: Abel Pau CC: gdal-dev@lists.osgeo.org, Asunto: Re: [gdal-dev] A question of eficiency Hi, GetFeatureCount() exists for GDAL users, not for driver writers. For example, in QGIS, you can right-click

Re: [gdal-dev] A question of eficiency

2023-07-31 Thread Laurențiu Nicola via gdal-dev
Hi, GetFeatureCount() exists for GDAL users, not for driver writers. For example, in QGIS, you can right-click on a layer, choose "Show Feature Count" and you'll see the number of features next to the layer name. Or, to give another example, a hypothetical application could use it to display a

Re: [gdal-dev] A question of eficiency

2023-07-31 Thread Abel Pau
Hi, here I am again. Then, after all that information I have the next doubt: for what GetFeatureCount() is used for?? Thanks! De: gdal-dev En nombre de Abel Pau Enviado el: divendres, 21 de juliol de 2023 19:38 Para: Even Rouault ; gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] A question of ef