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

Function OSRSetTM

ogr/ogrspatialreference.cpp:6364–6373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6362/************************************************************************/
6363
6364OGRErr OSRSetTM(OGRSpatialReferenceH hSRS, double dfCenterLat,
6365 double dfCenterLong, double dfScale, double dfFalseEasting,
6366 double dfFalseNorthing)
6367
6368{
6369 VALIDATE_POINTER1(hSRS, "OSRSetTM", OGRERR_FAILURE);
6370
6371 return ToPointer(hSRS)->SetTM(dfCenterLat, dfCenterLong, dfScale,
6372 dfFalseEasting, dfFalseNorthing);
6373}
6374
6375/************************************************************************/
6376/* SetTMVariant() */

Callers

nothing calls this directly

Calls 2

SetTMMethod · 0.80
ToPointerFunction · 0.70

Tested by

no test coverage detected