Class ProperMotion

java.lang.Object
csw.params.core.models.ProperMotion
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ProperMotion extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

    • ProperMotion

      public ProperMotion(double pmx, double pmy)
  • Method Details

    • DEFAULT_PROPERMOTION

      public static ProperMotion DEFAULT_PROPERMOTION()
    • pmx

      public double pmx()
    • pmy

      public double pmy()
    • toString

      public String toString()
      Overrides:
      toString in class Object