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