| GeodeticCoordinate Structure |
Namespace: Emgu.CV.Geodetic
The GeodeticCoordinate type exposes the following members.
| Name | Description | |
|---|---|---|
| GeodeticCoordinate |
Create a geodetic coordinate using the specific values
|
| Name | Description | |
|---|---|---|
| Altitude |
Altitude (height) in meters
| |
| Latitude |
Latitude (phi) in radian
| |
| Longitude |
Longitude (lambda) in radian
|
| Name | Description | |
|---|---|---|
| DegreeToRadian |
Convert degree to radian
| |
| Equals(Object) | (Inherited from ValueType.) | |
| Equals(GeodeticCoordinate) |
Check if this Geodetic coordinate equals other | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RadianToDegree |
Convert radian to degree
| |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Addition |
Compute the sum of two GeodeticCoordinates
| |
| Multiply |
Compute coor * scale | |
| Subtraction |
Compute coor1 - coor2 |