Navigation
API > API/Plugins > API/Plugins/GeoReferencing > API/Plugins/GeoReferencing/AGeoReferencingSystem
References
| Module | GeoReferencing |
| Header | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Private/GeoReferencingSystem.cpp |
| Include | #include "GeoReferencingSystem.cpp" |
Syntax
class FGeoReferencingSystemInternals
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMatrix | ECEFFrameToWorldFrame | ||
| FEllipsoid | GeographicEllipsoid | ||
| PJ_CONTEXT * | ProjContext | ||
| FEllipsoid | ProjectedEllipsoid | ||
| PJ * | ProjGeographicToECEF | ||
| PJ * | ProjProjectedToECEF | ||
| PJ * | ProjProjectedToGeographic | ||
| FMatrix | UEFrameToWorldFrame | ||
| FMatrix | WorldFrameToECEFFrame | ||
| FMatrix | WorldFrameToUEFrame | ||
| FVector | WorldOriginLocationProjected |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | GetEllipsoid
(
FString CRSString, |
||
| PJ * | GetPROJProjection
(
FString SourceCRS, |
||
| FMatrix | GetWorldFrameToECEFFrame
(
const FEllipsoid& Ellipsoid, |
||
| void |