Class: EquatorialCrs

Crs. EquatorialCrs

A system is a system in which a celestial object's position on the celestial sphere is described in terms of its declination and right ascension, measured with respect to the celestial equator. Declination and right ascension correspond directly to geographic latitude and longitude as projected outward onto the celestial sphere. Declination is measured in degrees north or south of the celestial equator but right ascension is measured in hours, minutes, and seconds eastward along the celestial equator from the point of the vernal equinox. Because the celestial equator moves among the fixed stars with the precession of the Earth's poles, an object's declination and right ascension change gradually over time, and coordinates in the equatorial system must be specified for particular years.
source : equatorial coordinate system. Dictionary.com. The American Heritage® Science Dictionary. Houghton Mifflin Company. http://www.dictionary.com/browse/equatorial-coordinate-system (accessed: March 5, 2017).

EquatorialCrs is initialized with the following parameters :
  • geoideName = Equatorial
  • radius = 10.0
  • realPlanetRadius = 1.0
  • type = Sky
  • geoBound = new GeoBound(0, -90, 360, 90)

new EquatorialCrs(options)

Parameters:
Name Type Description
options Object No option to give
See:

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: