int tsmLatLongToUTM ( double lat, double lon, int *zone, double *easting, double *northing ) Convert lat/long coordinate to UTM
Convert lat/long coordinate to UTM.This function will take a (latitude,longitude) pair - both given in degrees - and will return the UTM (Universal Transverse Mercator) coord for that point (zone number, easting, and northing).
We use the WGS 84 ellipsoid for the UTM coordinate space.