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 Details

    • CometCoord

      public CometCoord(Coords.Tag tag, double epochOfPerihelion, Angle inclination, Angle longAscendingNode, Angle argOfPerihelion, double perihelionDistance, double eccentricity)
  • Method Details

    • tag

      public Coords.Tag tag()
      Specified by:
      tag in interface Coords.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()