MCPcopy 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 {

Calls

no outgoing calls