Package gaiasky.util.coord.vsop87
Class AbstractVSOP87
java.lang.Object
gaiasky.util.coord.AbstractOrbitCoordinates
gaiasky.util.coord.vsop87.AbstractVSOP87
- All Implemented Interfaces:
IBodyCoordinates,iVSOP87
- Direct Known Subclasses:
DummyVSOP87,EarthVSOP87,JupiterVSOP87,MarsVSOP87,MercuryVSOP87,NeptuneVSOP87,SaturnVSOP87,UranusVSOP87,VenusVSOP87
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoneLoading(Object... params) Initializes the coordinates objectgetEclipticCartesianCoordinates(Instant date, Vector3b out) Gets ecliptic cartesian coordinates for the given date.getEclipticSphericalCoordinates(Instant date, Vector3b out) Returns the ecliptic coordinates of the body in the out vector for the given date.getEquatorialCartesianCoordinates(Instant date, Vector3b out) Gets equatorial cartesian coordinates for the given date.voidsetHighAccuracy(boolean highAccuracy) Methods inherited from class gaiasky.util.coord.AbstractOrbitCoordinates
getData, getInstance, getInstances, getOrbitName, setCenter, setCenterkm, setCenterpc, setCentre, setOrbitname, setOrbitName, setScaling, toString
-
Field Details
-
highAccuracy
protected boolean highAccuracy
-
-
Constructor Details
-
AbstractVSOP87
public AbstractVSOP87()
-
-
Method Details
-
doneLoading
Description copied from interface:IBodyCoordinatesInitializes the coordinates object- Specified by:
doneLoadingin interfaceIBodyCoordinates- Overrides:
doneLoadingin classAbstractOrbitCoordinates- Parameters:
params- The parameter objects.
-
getEclipticSphericalCoordinates
Description copied from interface:IBodyCoordinatesReturns the ecliptic coordinates of the body in the out vector for the given date.- Specified by:
getEclipticSphericalCoordinatesin interfaceIBodyCoordinates- Specified by:
getEclipticSphericalCoordinatesin interfaceiVSOP87- Parameters:
date- The instant.out- The out vector with the ecliptic coordinates in internal units.- Returns:
- The out vector for chaining.
-
getEclipticCartesianCoordinates
Description copied from interface:IBodyCoordinatesGets ecliptic cartesian coordinates for the given date.- Specified by:
getEclipticCartesianCoordinatesin interfaceIBodyCoordinates- Parameters:
date- The instant.out- The out vector where the ecliptic cartesian coordinates will be.- Returns:
- The out vector for chaining, or null if the date is out of range, in case of non-elliptical orbits such as Gaia.
-
getEquatorialCartesianCoordinates
Description copied from interface:IBodyCoordinatesGets equatorial cartesian coordinates for the given date.- Specified by:
getEquatorialCartesianCoordinatesin interfaceIBodyCoordinates- Parameters:
date- The instant.out- The out vector where the equatorial cartesian coordinates will be.- Returns:
- The out vector for chaining, or null if the date is out of range, in case of non-elliptical orbits such as Gaia.
-
setHighAccuracy
public void setHighAccuracy(boolean highAccuracy) - Specified by:
setHighAccuracyin interfaceiVSOP87
-