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 SummaryConstructors Constructor Description CometCoord(Coords.Tag tag, double epochOfPerihelion, Angle inclination, Angle longAscendingNode, Angle argOfPerihelion, double perihelionDistance, double eccentricity)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AngleargOfPerihelion()doubleeccentricity()doubleepochOfPerihelion()Angleinclination()AnglelongAscendingNode()doubleperihelionDistance()Coords.Tagtag()
 
- 
- 
- 
Constructor Detail- 
CometCoordpublic CometCoord(Coords.Tag tag, double epochOfPerihelion, Angle inclination, Angle longAscendingNode, Angle argOfPerihelion, double perihelionDistance, double eccentricity) 
 
- 
 - 
Method Detail- 
tagpublic Coords.Tag tag() - Specified by:
- tagin interface- Coords.Coord
 
 - 
epochOfPerihelionpublic double epochOfPerihelion() 
 - 
inclinationpublic Angle inclination() 
 - 
longAscendingNodepublic Angle longAscendingNode() 
 - 
argOfPerihelionpublic Angle argOfPerihelion() 
 - 
perihelionDistancepublic double perihelionDistance() 
 - 
eccentricitypublic double eccentricity() 
 
- 
 
-