Package csw.params.core.models
Class Coords.CometCoord
- java.lang.Object
-
- csw.params.core.models.Coords.CometCoord
-
- All Implemented Interfaces:
Coords.Coord,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- Coords
public static class Coords.CometCoord extends java.lang.Object implements Coords.Coord, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CometCoord(Coords.Tag tag, double epochOfPerihelion, Angle inclination, Angle longAscendingNode, Angle argOfPerihelion, double perihelionDistance, double eccentricity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AngleargOfPerihelion()doubleeccentricity()doubleepochOfPerihelion()Angleinclination()AnglelongAscendingNode()doubleperihelionDistance()Coords.Tagtag()
-
-
-
Constructor Detail
-
CometCoord
public CometCoord(Coords.Tag tag, double epochOfPerihelion, Angle inclination, Angle longAscendingNode, Angle argOfPerihelion, double perihelionDistance, double eccentricity)
-
-
Method Detail
-
tag
public Coords.Tag tag()
- Specified by:
tagin interfaceCoords.Coord
-
epochOfPerihelion
public double epochOfPerihelion()
-
inclination
public Angle inclination()
-
longAscendingNode
public Angle longAscendingNode()
-
argOfPerihelion
public Angle argOfPerihelion()
-
perihelionDistance
public double perihelionDistance()
-
eccentricity
public double eccentricity()
-
-