/************************************************************************
*
* File:                 utm.h
* RCS:                  $Header: /cvsroot/stelvio/stelvio/NavStar/Utm.h,v 1.2 2002/04/23 05:02:00 steve_l Exp $
* Author:               Steve Loughran
* Created:              2001
* Language:             C++
* Package:              
* Status:               Experimental
* @doc
*
************************************************************************/

//=======================================================================
/**
 * UTM support goes here
 */
//=======================================================================
void LatLonToUtmWGS84 (int* utmXZone, char* utmYZone,
        double* easting, double* northing, double lat, double lon);