Goby3  3.1.4
2024.02.22
goby::util::UTMGeodesy Class Reference

#include <goby/util/geodesy.h>

Classes

struct  LatLonPoint
 
struct  XYPoint
 

Public Member Functions

 UTMGeodesy (const LatLonPoint &origin)
 
virtual ~UTMGeodesy ()
 
LatLonPoint origin_geo () const
 
XYPoint origin_utm () const
 
int origin_utm_zone () const
 
LatLonPoint convert (const XYPoint &utm) const
 
XYPoint convert (const LatLonPoint &geo) const
 

Detailed Description

Definition at line 36 of file geodesy.h.

Constructor & Destructor Documentation

◆ UTMGeodesy()

goby::util::UTMGeodesy::UTMGeodesy ( const LatLonPoint origin)

◆ ~UTMGeodesy()

virtual goby::util::UTMGeodesy::~UTMGeodesy ( )
virtual

Member Function Documentation

◆ convert() [1/2]

XYPoint goby::util::UTMGeodesy::convert ( const LatLonPoint geo) const

◆ convert() [2/2]

LatLonPoint goby::util::UTMGeodesy::convert ( const XYPoint utm) const

◆ origin_geo()

LatLonPoint goby::util::UTMGeodesy::origin_geo ( ) const
inline

Definition at line 54 of file geodesy.h.

◆ origin_utm()

XYPoint goby::util::UTMGeodesy::origin_utm ( ) const
inline

Definition at line 55 of file geodesy.h.

◆ origin_utm_zone()

int goby::util::UTMGeodesy::origin_utm_zone ( ) const
inline

Definition at line 56 of file geodesy.h.


The documentation for this class was generated from the following file: