EquatorialCoordinate class

Equatorial coordinate system.

The equatorial coordinate system is a celestial coordinate system widely used to specify the positions of celestial objects.

The coordinates are defined by an origin at the centre of Earth, a fundamental plane consisting of the projection of Earth's equator onto the celestial sphere (forming the celestial equator), a primary direction towards the vernal equinox, and a right-handed convention.

https://en.wikipedia.org/wiki/Equatorial_coordinate_system

Constructors

EquatorialCoordinate(HourAngle rightAscension, double declination)

Properties

declination double
Declination angle in degrees.
final
hashCode int
The hash code for this object.
no setterinherited
rightAscension HourAngle
Right ascension expressed in time.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited