Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/gdal
/ CSLLoad
Function
CSLLoad
port/cpl_string.cpp:381–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
*/
380
381
char **CSLLoad(const char *pszFname)
382
{
383
return CSLLoad2(pszFname, -1, -1, nullptr);
384
}
385
386
/**********************************************************************
387
* CSLSave()
Callers
15
LoadStyleTable
Method · 0.85
GetSpatialRef
Method · 0.85
LoadNetworkSrs
Method · 0.85
ReadLUTs
Function · 0.85
FindSRS
Function · 0.85
LoadMetadata
Method · 0.85
LoadRPCTxtFile
Method · 0.85
LoadImdTxtFile
Method · 0.85
LoadIMDWktFile
Method · 0.85
ReadTxtToList
Method · 0.85
Open
Method · 0.85
IdrisiGeoReference2Wkt
Function · 0.85
Calls
1
CSLLoad2
Function · 0.85
Tested by
no test coverage detected