Package csw.params.core.models
Class Coords.CometCoord
java.lang.Object
csw.params.core.models.Coords.CometCoord
- All Implemented Interfaces:
Coords.Coord
,Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Coords
public static class Coords.CometCoord
extends Object
implements Coords.Coord, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionCometCoord
(Coords.Tag tag, double epochOfPerihelion, Angle inclination, Angle longAscendingNode, Angle argOfPerihelion, double perihelionDistance, double eccentricity) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
CometCoord
public CometCoord(Coords.Tag tag, double epochOfPerihelion, Angle inclination, Angle longAscendingNode, Angle argOfPerihelion, double perihelionDistance, double eccentricity)
-
-
Method Details
-
tag
- Specified by:
tag
in interfaceCoords.Coord
-
epochOfPerihelion
public double epochOfPerihelion() -
inclination
-
longAscendingNode
-
argOfPerihelion
-
perihelionDistance
public double perihelionDistance() -
eccentricity
public double eccentricity()
-