D:/usuarios/rodrigof/svn/tdk/src/peer/components/gps/download/LatLong-UTMconversion.cpp File Reference

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "constants.h"
#include "LatLong-UTMconversion.h"

Functions

void LLtoUTM (int ReferenceEllipsoid, const double Lat, const double Long, double &UTMNorthing, double &UTMEasting, char *UTMZone)
char UTMLetterDesignator (double Lat)
void UTMtoLL (int ReferenceEllipsoid, const double UTMNorthing, const double UTMEasting, const char *UTMZone, double &Lat, double &Long)

Function Documentation

void LLtoUTM ( int  ReferenceEllipsoid,
const double  Lat,
const double  Long,
double &  UTMNorthing,
double &  UTMEasting,
char *  UTMZone 
)

char UTMLetterDesignator ( double  Lat  ) 

void UTMtoLL ( int  ReferenceEllipsoid,
const double  UTMNorthing,
const double  UTMEasting,
const char *  UTMZone,
double &  Lat,
double &  Long 
)


Generated on Fri Jun 15 16:54:18 2007 for TDK by  doxygen 1.5.2