|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grelf.astro.ProperMotion
public class ProperMotion
Representing the proper motion of a star, in RA and Dec, with units (always) of arcsec per year.
| Constructor Summary | |
|---|---|
ProperMotion(double pmRA_arcsecPerYr,
double pmDec_arcsecPerYr)
|
|
| Method Summary | |
|---|---|
ProperMotion |
clone()
Returns a new ProperMotion object with the same data. |
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. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProperMotion(double pmRA_arcsecPerYr,
double pmDec_arcsecPerYr)
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||