EqCoord

csw.params.core.models.Coords.EqCoord
See theEqCoord companion object

Equatorial coordinates.

Value parameters

catalogName

the name of the catalog from which the coordinates were taken (use "none" if unknown)

dec

declination, expressed as an Angle instance

frame

the IAU celestial reference system

pm

proper motion

ra

right ascension, expressed as an Angle instance

tag

a Tag instance (name for the coordinates)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Coord
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

Creates an EqCoord from the given arguments, which all have default values. The values for ra and dec may be an Angle instance, or a String that can be parsed by Angle.parseRa()

Creates an EqCoord from the given arguments, which all have default values. The values for ra and dec may be an Angle instance, or a String that can be parsed by Angle.parseRa()

Value parameters

catalogName

the name of the catalog from which the coordinates were taken (default: "none")

dec

may be an Angle instance, or a String that can be parsed by Angle.parseDe() or a Double value in degrees (default: 0.0)

frame

the the IAU celestial reference system (default: ICRS)

pmx

proper motion X coordinate (default: 0.0)

pmy

proper motion y coordinate (default: 0.0)

ra

may be an Angle instance, or a String (in hms) that can be parsed by Angle.parseRa() or a Double value in degrees (default: 0.0)

tag

a Tag instance (name for the coordinates, default: "BASE")

Attributes

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product