VELatLong Class

Contains the latitude and longitude of a single point on the globe.

Constructor

Name Description

VELatLong Constructor

Initializes a new instance of the VELatLong object.

Public Methods

Name Description

VELatLong.SetAltitude Method

Specifies the altitude for a point on the globe.

Public Properties

Name Description

VELatLong.Altitude Property

Specifies the altitude of a single point on the globe.

VELatLong.AltitudeMode Property

Specifies the mode in which an altitude is represented.

VELatLong.Latitude Property

Specifies the latitude of a single point on the globe.

VELatLong.Longitude Property

Specifies the longitude of a single point on the globe.

Remarks

The Latitude and Longitude values use WGS 84 datum.

To obtain the VELatLong object of a point on the current map, use the VEMap.PixelToLatLong Method. To convert a VELatLong object to a point on the current map, use the VEMap.LatLongToPixel Method.

Page view tracker