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. | |
Interface that allows to configure georeferencing of the level.