Le mercredi 30 septembre 2015 15:32:40, Gane R a écrit : > Hi, > > Is it that OGRLayer::GetFIDColumn will return empty string for Shapefile I > have or it will be always empty for all shape files?
Always empty > > If I can see FID Column for a shape file in any other application can you > name any one of them They likely use a conventionnal name. But technically there's no field in the .dbf or the .shp to hold the name of the FID. Also good to know: the OGR shapefile driver starts its numbering at 0 for the FID. > > > Gane -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
