Interface that allows to convert between level and WGS84 coordinates.  
 More...
#include <GeoreferenceBus.h>
Interface that allows to convert between level and WGS84 coordinates. 
 
◆ ConvertFromWGS84ToLevel()
  
  
      
        
          | virtual AZ::Vector3 Georeferencing::GeoreferenceRequests::ConvertFromWGS84ToLevel  | 
          ( | 
          const WGS::WGS84Coordinate &  | 
          latLon | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Function converts from WGS84 coordinate system to Level's. 
- Parameters
 - 
  
    | latLon | Vector3 in WGS84 coordinate system, where x is latitude, y is longitude and z is altitude.  | 
  
   
- Returns
 - Vector3 in Level's coordinate system. 
 
 
 
◆ GetRotationFromLevelToENU()
  
  
      
        
          | virtual AZ::Quaternion Georeferencing::GeoreferenceRequests::GetRotationFromLevelToENU  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Function returns rotation from Level's frame to ENU's (East-North-Up) rotation. Function is useful to find georeferencing rotation of the level. 
- Returns
 - Quaternion in ENU coordinate system. 
 
 
 
The documentation for this class was generated from the following file:
- Gems/LevelGeoreferencing/Code/Include/Georeferencing/GeoreferenceBus.h