http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a geodetic coordinate using the specific values
Namespace: Emgu.CV.GeodeticAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public GeodeticCoordinate( double latitude, double longitude, double altitude ) |
Visual Basic |
---|
Public Sub New ( _ latitude As Double, _ longitude As Double, _ altitude As Double _ ) |
Visual C++ |
---|
public: GeodeticCoordinate( double latitude, double longitude, double altitude ) |
Parameters
- latitude
- Type: System..::..Double
Latitude in radian
- longitude
- Type: System..::..Double
Longitude in radian
- altitude
- Type: System..::..Double
Altitude in meters