MCPcopy Create free account
hub / github.com/OSGeo/gdal / LoadStyleTable

Method LoadStyleTable

ogr/ogrfeaturestyle.cpp:1023–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021 */
1022
1023GBool OGRStyleTable::LoadStyleTable(const char *pszFilename)
1024{
1025 if (pszFilename == nullptr)
1026 return FALSE;
1027
1028 CSLDestroy(m_papszStyleTable);
1029
1030 m_papszStyleTable = CSLLoad(pszFilename);
1031
1032 return m_papszStyleTable != nullptr;
1033}
1034
1035/************************************************************************/
1036/* OGR_STBL_LoadStyleTable() */

Callers 3

OGR_STBL_LoadStyleTableFunction · 0.80
generate_libkmlFunction · 0.80

Calls 1

CSLLoadFunction · 0.85

Tested by 2

generate_libkmlFunction · 0.64