Function mrpt::topography::GeodeticToUTM()

Function Documentation

Warning

doxygenfunction: Unable to resolve function “mrpt::topography::GeodeticToUTM” with arguments () in doxygen xml output for project “mrpt_topography Doxygen Project” from directory: /tmp/ws/docs_build/mrpt_topography/output_staging/generated/doxygen/xml. Potential matches:

- void GeodeticToUTM(const TGeodeticCoords &GeodeticCoords, TUTMCoords &UTMCoords, int &UTMZone, char &UTMLatitudeBand, const TEllipsoid &ellip = TEllipsoid::Ellipsoid_WGS84())
- void GeodeticToUTM(double in_latitude_degrees, double in_longitude_degrees, double &out_UTM_x, double &out_UTM_y, int &out_UTM_zone, char &out_UTM_latitude_band, const TEllipsoid &ellip = TEllipsoid::Ellipsoid_WGS84())