47 using namespace mrpt::utils;
201 GeodeticCoords.
height = UTMCoords.
z;
219 double in_latitude_degrees,
220 double in_longitude_degrees,
224 char &out_UTM_latitude_band,
228 const TGeodeticCoords &GeodeticCoords,
231 char &UTMLatitudeBand,
253 char &UTMLatitudeBand,
256 GeodeticToUTM( GeodeticCoords.
lat, GeodeticCoords.
lon, UTMCoords.
x, UTMCoords.
y, UTMZone, UTMLatitudeBand, ellip );
257 UTMCoords.
z = GeodeticCoords.
height;
274 double in_longitude_reference_degrees,
275 double in_latitude_reference_degrees,
276 double in_height_reference_meters,
278 bool only_angles =
false
289 bool only_angles =
false