MCPcopy Index your code
hub / github.com/MapServer/MapServer / msGDALInitialize

Function msGDALInitialize

mapgdal.c:52–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50/************************************************************************/
51
52void msGDALInitialize( void )
53
54{
55 if( !bGDALInitialized )
56 {
57 msAcquireLock( TLOCK_GDAL );
58
59 GDALAllRegister();
60 CPLPushErrorHandler( CPLQuietErrorHandler );
61 msReleaseLock( TLOCK_GDAL );
62
63 bGDALInitialized = 1;
64 }
65}
66
67/************************************************************************/
68/* msGDALCleanup() */

Callers 6

msSaveImageGDALFunction · 0.85
msRasterQueryByRectFunction · 0.85
msWCSGetCoverageMetadataFunction · 0.85
msDrawRasterLayerLowFunction · 0.85

Calls 2

msAcquireLockFunction · 0.85
msReleaseLockFunction · 0.85

Tested by

no test coverage detected