#include <World.h>
Definition at line 593 of file World.h.
◆ GeoreferenceOptions()
mvsim::World::GeoreferenceOptions::GeoreferenceOptions |
( |
| ) |
|
|
default |
◆ parse_from()
void World::GeoreferenceOptions::parse_from |
( |
const rapidxml::xml_node< char > & |
node, |
|
|
COutputLogger & |
logger |
|
) |
| |
◆ georefCoord
mrpt::topography::TGeodeticCoords mvsim::World::GeoreferenceOptions::georefCoord |
Latitude/longitude/height of the world (0,0,0) frame.
Definition at line 600 of file World.h.
◆ params
Initial value:= {
{
"longitude", {
"%lf", &
georefCoord.lon.decimal_value}},
}
Definition at line 615 of file World.h.
◆ utm_band
char mvsim::World::GeoreferenceOptions::utm_band = 'X' |
◆ utm_zone
int mvsim::World::GeoreferenceOptions::utm_zone = 0 |
◆ utmRef
mrpt::topography::TUTMCoords mvsim::World::GeoreferenceOptions::utmRef |
The UTM coords of georefCoord (calculated on start up)
Definition at line 611 of file World.h.
◆ world_is_utm
bool mvsim::World::GeoreferenceOptions::world_is_utm = false |
Is world in UTM coordinates?
Definition at line 608 of file World.h.
◆ world_to_enu_rotation
double mvsim::World::GeoreferenceOptions::world_to_enu_rotation = .0 |
Optional world rotation (in radians, in degrees in the XML file) wrt ENU frame: 0 (default) means +X points East.
Definition at line 605 of file World.h.
The documentation for this struct was generated from the following files: