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

Function OSRSetLocalCS

ogr/ogrspatialreference.cpp:5516–5522  ·  view source on GitHub ↗

* \brief Set the user visible LOCAL_CS name. * * This function is the same as OGRSpatialReference::SetLocalCS() */

Source from the content-addressed store, hash-verified

5514 * This function is the same as OGRSpatialReference::SetLocalCS()
5515 */
5516OGRErr OSRSetLocalCS(OGRSpatialReferenceH hSRS, const char *pszName)
5517
5518{
5519 VALIDATE_POINTER1(hSRS, "OSRSetLocalCS", OGRERR_FAILURE);
5520
5521 return ToPointer(hSRS)->SetLocalCS(pszName);
5522}
5523
5524/************************************************************************/
5525/* SetGeocCS() */

Callers

nothing calls this directly

Calls 2

SetLocalCSMethod · 0.80
ToPointerFunction · 0.70

Tested by

no test coverage detected