ocssw
V2022
|
LatLong-UTMconversion.h
Go to the documentation of this file.
10 void UTMtoLL(int ReferenceEllipsoid, const double UTMNorthing, const double UTMEasting, const char* UTMZone,
Ellipsoid(int Id, const char *name, double radius, double ecc)
Definition: LatLong-UTMconversion.h:24
void UTMtoLL(int ReferenceEllipsoid, const double UTMNorthing, const double UTMEasting, const char *UTMZone, double &Lat, double &Long)
Definition: LatLong-UTMconversion.cpp:118
void SwissGridtoLL(const double SwissNorthing, const double SwissEasting, double &Lat, double &Long)
void LLtoSwissGrid(const double Lat, const double Long, double &SwissNorthing, double &SwissEasting)
Definition: LatLong-UTMconversion.h:18
void LLtoUTM(int ReferenceEllipsoid, const double Lat, const double Long, double &UTMNorthing, double &UTMEasting, char *UTMZone)
Definition: LatLong-UTMconversion.cpp:23