|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.pal.Galactic
public class Galactic
Galactic longitude and latitude (radians)
Constructor Summary | |
---|---|
Galactic(double a,
double b)
Galactic longitude and latitude |
Method Summary | |
---|---|
double |
getLatitude()
Get the Latitude |
double |
getLongitude()
Get the Longitude |
String |
toString()
Get the text form of the Galactic in the form [long,lat] |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Galactic(double a, double b)
a
- Longitude in radiansb
- Latitude in radiansMethod Detail |
---|
public double getLongitude()
public double getLatitude()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |