|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.pal.Spherical
public class Spherical
Point in Spherical coordinates (with radial velocity)
Constructor Summary | |
---|---|
Spherical(double a,
double b,
double c)
Point in Spherical coordinates |
|
Spherical(double a,
double b,
double c,
double aa,
double bb,
double cc)
Point in Spherical coordinates and Radial Veocity |
Method Summary | |
---|---|
double |
getLat()
Get Latitude |
double |
getLatDeriv()
Get latitude velocity component |
double |
getLong()
Get Longitude |
double |
getLongDeriv()
Get longitude velocity component |
double |
getRadial()
Get radial component |
double |
getRadialDeriv()
Get radial velocity component |
String |
toString()
Get as String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Spherical(double a, double b, double c)
a
- Longitudeb
- Latitudec
- Radialpublic Spherical(double a, double b, double c, double aa, double bb, double cc)
a
- Longitudeb
- Latitudec
- Radialaa
- Velocity component along longitudebb
- Velocity component along latitudecc
- Velocity component along radialMethod Detail |
---|
public double getLong()
public double getLat()
public double getRadial()
public double getLongDeriv()
public double getLatDeriv()
public double getRadialDeriv()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |