import "_encxcom_encx.idl";

Properties | |
| DOUBLE * | Lat [get] |
| Degrees, positive going north, zero on the equator. | |
| DOUBLE | Lat [set] |
| Degrees, positive going north, zero on the equator. | |
| DOUBLE * | Lon [get] |
| Degrees, positive going east, zero on the Greenwich Meridian. | |
| DOUBLE | Lon [set] |
| Degrees, positive going east, zero on the Greenwich Meridian. | |
All positions are WGS84.
Geodetic latitude is the normally used type of latitude, as measured using gravity based instruments. There are other types of latitude such as geocentric (as measured using the stars) but they are not used in ENCX.
Longitude is defined positive going east, with zero on the Greenwich Meridian.
Definition at line 260 of file _encxcom_encx.idl.
DOUBLE* IGeoPoint::Lat [get] |
Degrees, positive going north, zero on the equator.
DOUBLE IGeoPoint::Lat [set] |
Degrees, positive going north, zero on the equator.
DOUBLE* IGeoPoint::Lon [get] |
Degrees, positive going east, zero on the Greenwich Meridian.
DOUBLE IGeoPoint::Lon [set] |
Degrees, positive going east, zero on the Greenwich Meridian.