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

Method exportToWkt

ogr/ogrspatialreference.cpp:1660–1664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658 */
1659
1660OGRErr OGRSpatialReference::exportToWkt(char **ppszResult) const
1661
1662{
1663 return exportToWkt(ppszResult, nullptr);
1664}
1665
1666/************************************************************************/
1667/* GDAL_proj_crs_create_bound_crs_to_WGS84() */

Callers 3

refreshProjObjMethod · 0.45
OSRExportToWktExFunction · 0.45

Calls 15

CPLStrdupFunction · 0.85
CSLFetchNameValueDefFunction · 0.85
CPLErrorFunction · 0.85
CSLFetchNameValueFunction · 0.85
CPLTestBoolFunction · 0.85
CPLSPrintfFunction · 0.85
refreshProjObjMethod · 0.80
getPROJContextMethod · 0.80
SetNameValueMethod · 0.80
ListMethod · 0.80

Tested by

no test coverage detected