IGeoPoint Interface Reference

Properties and methods for ENCX::GeoPoint. More...

import "_encxcom_encx.idl";

Inheritance diagram for IGeoPoint:

List of all members.

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.


Detailed Description

Properties and methods for ENCX::GeoPoint.

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.


Property Documentation

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.