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 ROS2::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 ROS2::GeoreferenceRequests::GetRotationFromLevelToENU |
( |
| ) |
|
|
pure virtual |
Function returns rotation from Level's frame to ENU's (East-North-Up) rotation. Function is useful to fin georeference rotation of the level.
- Returns
- Quaternion in ENU coordinate system.
The documentation for this class was generated from the following file:
- Gems/ROS2/Code/Include/ROS2/Georeference/GeoreferenceBus.h