Class: WGS84Crs

Crs. WGS84Crs

WGS84 coordinate Reference System is a coordinate system using the Earth geoide and in which the geographic longitude increases to the east. The geographic latitude is measured in degrees north or south of the Earth equator.

WGS84Crs is initialized with the following parameters :
  • geoideName = EPSG:4326
  • radius = 1
  • realPlanetRadius = 6378137 meters
  • type = Planet
  • geoBound = new GeoBound(-180, -90, 180, 90)

new WGS84Crs(options)

Parameters:
Name Type Description
options No option to give.

Extends

Methods


isFlat()

Inherited From:
Implements:

getVerticalAt3D()

Inherited From:
Implements:

fromGeoTo3D()

Inherited From:
Implements:

from3DToGeo()

Inherited From:
Implements:

getLocalTransform()

Inherited From:
Implements:

getLHVTransform()

Inherited From:
Implements:

getSideVector()

Inherited From:
Implements:

getFrontVector()

Inherited From:
Implements:

getUpVector()

Inherited From:
Implements:

<abstract> formatCoordinates()

Inherited From:
Implements:

getGeoide()

Inherited From:
Implements:

getGeoideName()

Inherited From:
Implements:

getType()

Inherited From:
Implements:

getElevation()

Inherited From:
Implements:

getWorldFrom3D()

Inherited From:
Implements:

get3DFromWorld()

Inherited From:
Implements:

get3DFromWorldInCrs()

Inherited From:
Implements:

getSexagesimalFromDeg()

Inherited From:
Implements:

getDecimalDegFromSexagesimal()

Inherited From:
Implements:

convert()

Inherited From:
Implements:

fromDegreesToHMS()

Inherited From:
Implements:

fromDegreesToDMS()

Inherited From:
Implements:

_setupPosBeforeTrans()

Inherited From:
Implements:

_setupPosAfterTrans()

Inherited From:
Implements:

getGeoBound()

Inherited From:
Implements: