Coords
csw.params.core.models.Coords
object Coords
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Coords.type
Members list
Type members
Classlikes
case class AltAzCoord(tag: Tag, alt: Angle, az: Angle) extends Coord
All coordinates are a Coord. A Coord has a tag.
All coordinates are a Coord. A Coord has a tag.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Equatorial coordinates.
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
- Supertypes
object EqCoord
sealed trait EqFrame extends EnumEntry
case class SolarSystemCoord(tag: Tag, body: SolarSystemObject) extends Coord
object SolarSystemObject extends Enum[SolarSystemObject]
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrortrait Enum[SolarSystemObject]class Objecttrait Matchableclass AnyShow all
- Self type
-
SolarSystemObject.type
sealed trait SolarSystemObject extends EnumEntry
In this article