Open 3D Engine LevelGeoreferencing Gem API Reference 25.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Georeferencing::GeoreferenceConfigurationRequests Class Referenceabstract

Interface that allows to configure georeferencing of the level. More...

#include <GeoreferenceBus.h>

Public Member Functions

 AZ_RTTI (GeoreferenceConfigurationRequests, GeoreferenceConfigurationRequestsTypeId)
 
virtual void SetOriginEntity (const AZ::EntityId &entityId)=0
 Function sets entity that represents the origin of the georeferencing.
 
virtual void SetOriginCoordinates (const WGS::WGS84Coordinate &origin)=0
 Function sets location of the origin in WGS84 coordinate system.
 
virtual AZ::EntityId GetOriginEntity ()=0
 Function returns entity that represents the origin of the georeferencing.
 
virtual WGS::WGS84Coordinate GetOriginCoordinates ()=0
 Function returns location of the origin in WGS84 coordinate system.
 

Detailed Description

Interface that allows to configure georeferencing of the level.


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