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

Function GetOutputDriversFor

apps/commonutils.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26/* -------------------------------------------------------------------- */
27
28std::vector<std::string> GetOutputDriversFor(const char *pszDestFilename,
29 int nFlagRasterVector)
30{
31 return CPLStringList(GDALGetOutputDriversForDatasetName(
32 pszDestFilename, nFlagRasterVector, /* bSingleMatch = */ false,
33 /* bEmitWarning = */ false));
34}
35
36/* -------------------------------------------------------------------- */
37/* GetOutputDriverForRaster() */

Callers 4

GetOutputDriverFunction · 0.70
GDALTileIndexInternalFunction · 0.70

Calls 1

Tested by

no test coverage detected