Class Coords.MinorPlanetCoord

  • All Implemented Interfaces:
    Coords.Coord, java.io.Serializable, scala.Equals, scala.Product, scala.Serializable
    Enclosing class:
    Coords

    public static class Coords.MinorPlanetCoord
    extends java.lang.Object
    implements Coords.Coord, scala.Product, scala.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • MinorPlanetCoord

        public MinorPlanetCoord​(Coords.Tag tag,
                                double epoch,
                                Angle inclination,
                                Angle longAscendingNode,
                                Angle argOfPerihelion,
                                double meanDistance,
                                double eccentricity,
                                Angle meanAnomaly)
    • Method Detail

      • epoch

        public double epoch()
      • inclination

        public Angle inclination()
      • longAscendingNode

        public Angle longAscendingNode()
      • argOfPerihelion

        public Angle argOfPerihelion()
      • meanDistance

        public double meanDistance()
      • eccentricity

        public double eccentricity()
      • meanAnomaly

        public Angle meanAnomaly()