public class ProperMotion
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor and Description |
|---|
ProperMotion(double pmRA_arcsecPerYr,
double pmDec_arcsecPerYr) |
| Modifier and Type | Method and Description |
|---|---|
ProperMotion |
clone() |
boolean |
equals(java.lang.Object other) |
double |
getPmDec_arcsecPerYr() |
double |
getPmRA_arcsecPerYr() |
int |
hashCode()
Enable objects of this class to be used as hash keys.
|
boolean |
isKnown()
True if either RA or Dec fields are non-zero.
|
java.lang.String |
toString() |
java.lang.StringBuffer |
toXML()
<PM> and sub-elements in a single line.
|
public ProperMotion(double pmRA_arcsecPerYr,
double pmDec_arcsecPerYr)
public double getPmRA_arcsecPerYr()
public double getPmDec_arcsecPerYr()
public boolean isKnown()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic ProperMotion clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuffer toXML()