|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProperMotion | |
|---|---|
| net.grelf.astro | This package contains Java classes for astronomical applications. |
| Uses of ProperMotion in net.grelf.astro |
|---|
| Methods in net.grelf.astro that return ProperMotion | |
|---|---|
ProperMotion |
ProperMotion.clone()
Returns a new ProperMotion object with the same data. |
ProperMotion |
Star.getProperMotion()
If the star's proper motion is unknown this returns a ProperMotion object in which both components are zero. |
| Methods in net.grelf.astro with parameters of type ProperMotion | |
|---|---|
void |
Star.setProperMotion(ProperMotion pm)
|
| Constructors in net.grelf.astro with parameters of type ProperMotion | |
|---|---|
Star(java.lang.String commonId,
java.lang.String hipparcosId,
java.lang.String tychoId,
RA ra,
Dec dec,
Epoch epoch,
Magnitude magnitude,
Variability variability,
ProperMotion pm)
Generally two of the ids passed in will be expected to be null; they may get set after construction. |
|
Star(java.lang.String commonId,
java.lang.String hipparcosId,
java.lang.String tychoId,
RA ra,
Dec dec,
Epoch epoch,
Magnitude magnitude,
Variability variability,
ProperMotion pm,
double xdd,
double zdd)
Generally two of the ids passed in will be expected to be null. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||