Convert geodetic coordinate to ECEF coordinate

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvPoint3D64f Geodetic2ECEF(
	GeodeticCoordinate coordinate
)
Public Function Geodetic2ECEF ( _
	coordinate As GeodeticCoordinate _
) As MCvPoint3D64f
public:
MCvPoint3D64f Geodetic2ECEF(
	GeodeticCoordinate coordinate
)

Parameters

coordinate
GeodeticCoordinate
the geodetic coordinate

Return Value

The ECEF coordinate

See Also