#include <GeoLocation.h>
 | 
| void  | print (std::ostream &os) const | 
|   | 
Definition at line 20 of file GeoLocation.h.
 
◆ GeoLocation()
  
  
      
        
          | oops::GeoLocation::GeoLocation  | 
          ( | 
          const double  | 
          lon,  | 
         
        
           | 
           | 
          const double  | 
          lat  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~GeoLocation()
  
  
      
        
          | oops::GeoLocation::~GeoLocation  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getLoc()
  
  
      
        
          | void oops::GeoLocation::getLoc  | 
          ( | 
          double &  | 
          lon,  | 
         
        
           | 
           | 
          double &  | 
          lat  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
◆ print()
  
  
      
        
          | void oops::GeoLocation::print  | 
          ( | 
          std::ostream &  | 
          os | ) | 
           const | 
         
       
   | 
  
inlineprivate   | 
  
 
 
◆ lat_
  
  
      
        
          | double oops::GeoLocation::lat_ | 
         
       
   | 
  
private   | 
  
 
 
◆ lon_
  
  
      
        
          | double oops::GeoLocation::lon_ | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: