GeodeticCoordinate Constructor |
http://www.emgu.com
Create a geodetic coordinate using the specific values
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic GeodeticCoordinate(
double latitude,
double longitude,
double altitude
)
Public Sub New (
latitude As Double,
longitude As Double,
altitude As Double
)
public:
GeodeticCoordinate(
double latitude,
double longitude,
double altitude
)
new :
latitude : float *
longitude : float *
altitude : float -> GeodeticCoordinate
Parameters
- latitude
- Type: SystemDouble
Latitude in radian - longitude
- Type: SystemDouble
Longitude in radian - altitude
- Type: SystemDouble
Altitude in meters
See Also