GM_Utility .ProjectPointFromECEF Method |
Projects a point from ECEF (earth-centered earth-fixed) to a projection
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public static GM_Error_t32 ProjectPointFromECEF(
double aX,
double aY,
double aZ,
out double aXOut,
out double aYOut,
out double aZOut,
DATUM aDatum,
GM_Projection_t aProjOut
)
Parameters
- aX
-
Type:
System
.
Double
IN: ECEF X coordinate of input - aY
-
Type:
System
.
Double
IN: ECEF Y coordinate of input - aZ
-
Type:
System
.
Double
IN: ECEF Z coordinate of input - aXOut
-
Type:
System
.
Double
OUT: X coordinate of output point - aYOut
-
Type:
System
.
Double
OUT: Y coordinate of output point - aZOut
-
Type:
System
.
Double
OUT: Z coordinate of output point (meters above ellipsoid) - aDatum
-
Type:
GlobalMapper
.
DATUM
IN: datum of ECEF coordinate (normally GM_DATUM_WGS_84) - aProjOut
-
Type:
GlobalMapper
.
GM_Projection_t
IN: projection to convert to (NULL for current)
Return Value
Type: GM_Error_t32A GM Error Code
