Package csw.params.core.models
Class ProperMotion
- java.lang.Object
- 
- csw.params.core.models.ProperMotion
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- scala.Equals,- scala.Product
 
 public class ProperMotion extends java.lang.Object implements scala.Product, java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ProperMotion(double pmx, double pmy)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProperMotionDEFAULT_PROPERMOTION()doublepmx()doublepmy()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
DEFAULT_PROPERMOTIONpublic static ProperMotion DEFAULT_PROPERMOTION() 
 - 
pmxpublic double pmx() 
 - 
pmypublic double pmy() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-