float tspCalcCentralMeridian ( int utm_zone ) Calculate the Central Meridian of a UTM Zone (degrees)
Calculate the Central Meridian of a UTM Zone (degrees).Takes a UTM zone number and returns the central meridian which that zone corresponds to. The function checks that the zone is in range (zones range from 1 to 60). For a diagram of the relationship between these two values, check out Snyder, J. P. (1987). "Map Projections: A Working Manual", Professional Paper 1395, U.S. Geological Survey.
If you wish to find the UTM zone/easting of the central meridian, then you can use the tsmGeoToUTM function to transfor, the result of this function.