Class UnitsUtils

Units utils contains methods to convert data between representations.

Multiple methods are used to reprent world coordinates based on the type of data being presented.

WGS84 is the most commonly used representation with (latitude, longitude, altitude).

EPSG:900913 is used for planar coordinates in (X, Y, Z)

Constructors

Properties

EARTH_ORIGIN: number = ...

Earth equator perimeter in meters.

EARTH_PERIMETER: number = ...

Earth equator perimeter in meters.

EARTH_RADIUS: number = 6378137.0

Methods