Class NeptuneVSOP87
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.util.coord.AbstractOrbitCoordinates
-
- gaia.cu9.ari.gaiaorbit.util.coord.vsop87.AbstractVSOP87
-
- gaia.cu9.ari.gaiaorbit.util.coord.vsop87.NeptuneVSOP87
-
- All Implemented Interfaces:
IBodyCoordinates
,iVSOP87
public class NeptuneVSOP87 extends AbstractVSOP87
-
-
Field Summary
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.util.coord.vsop87.AbstractVSOP87
highAccuracy
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.util.coord.AbstractOrbitCoordinates
logger, orbit, orbitname
-
-
Constructor Summary
Constructors Constructor Description NeptuneVSOP87()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
B0(double t)
double
B1(double t)
double
B2(double t)
double
B3(double t)
double
B4(double t)
double
B5(double t)
double
L0(double t)
double
L1(double t)
double
L2(double t)
double
L3(double t)
double
L4(double t)
double
L5(double t)
double
R0(double t)
double
R1(double t)
double
R2(double t)
double
R3(double t)
double
R4(double t)
double
R5(double t)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.util.coord.vsop87.AbstractVSOP87
doneLoading, getEclipticCartesianCoordinates, getEclipticSphericalCoordinates, getEquatorialCartesianCoordinates, setHighAccuracy
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.util.coord.AbstractOrbitCoordinates
getOrbitObject, setOrbitname
-
-
-
-
Method Detail
-
L0
public double L0(double t)
-
L1
public double L1(double t)
-
L2
public double L2(double t)
-
L3
public double L3(double t)
-
L4
public double L4(double t)
-
L5
public double L5(double t)
-
B0
public double B0(double t)
-
B1
public double B1(double t)
-
B2
public double B2(double t)
-
B3
public double B3(double t)
-
B4
public double B4(double t)
-
B5
public double B5(double t)
-
R0
public double R0(double t)
-
R1
public double R1(double t)
-
R2
public double R2(double t)
-
R3
public double R3(double t)
-
R4
public double R4(double t)
-
R5
public double R5(double t)
-
-