Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/gdal
/ GetFIDColumn
Method
GetFIDColumn
apps/gdalalg_vector_edit.cpp:177–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
const char *GetFIDColumn() const override
178
{
179
if (m_unsetFID)
180
return
""
;
181
return m_srcLayer.GetFIDColumn();
182
}
183
184
const OGRFeatureDefn *GetLayerDefn() const override
185
{
Callers
15
test_ogr_openfilegdb_write_relationships
Function · 0.45
test_ogr_openfilegdb_write_create_OBJECTID
Function · 0.45
test_ogr_geojson_sqlite_dialect_id_property
Function · 0.45
test_ogr_parquet_write_from_another_dataset
Function · 0.45
test_ogr_parquet_update
Function · 0.45
test_ogr_parquet_update_with_creation_options_implicit
Function · 0.45
test_ogr_csv_43
Function · 0.45
test_ogr_sqlite_2c
Function · 0.45
test_ogr_spatialite_6
Function · 0.45
test_ogr_sqlite_without_rowid
Function · 0.45
test_ogr_vrt_21
Function · 0.45
test_ogr_vrt_22
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_ogr_openfilegdb_write_relationships
Function · 0.36
test_ogr_openfilegdb_write_create_OBJECTID
Function · 0.36
test_ogr_geojson_sqlite_dialect_id_property
Function · 0.36
test_ogr_parquet_write_from_another_dataset
Function · 0.36
test_ogr_parquet_update
Function · 0.36
test_ogr_parquet_update_with_creation_options_implicit
Function · 0.36
test_ogr_csv_43
Function · 0.36
test_ogr_sqlite_2c
Function · 0.36
test_ogr_spatialite_6
Function · 0.36
test_ogr_sqlite_without_rowid
Function · 0.36
test_ogr_vrt_21
Function · 0.36
test_ogr_vrt_22
Function · 0.36