Package gaiasky.util.coord
Class GaiaCoordinates
java.lang.Object
gaiasky.util.coord.AbstractOrbitCoordinates
gaiasky.util.coord.GaiaCoordinates
- All Implemented Interfaces:
IBodyCoordinates
Deprecated.
Provides coordiantes for the Gaia object.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doneLoading
(Object... params) Deprecated.Initializes the coordinates objectgetEclipticCartesianCoordinates
(Instant date, Vector3b out) Deprecated.Gets ecliptic cartesian coordinates for the given date.getEclipticSphericalCoordinates
(Instant date, Vector3b out) Deprecated.Returns the ecliptic coordinates of the body in the out vector for the given date.getEquatorialCartesianCoordinates
(Instant date, Vector3b out) Deprecated.Gets equatorial cartesian coordinates for the given date.Methods inherited from class gaiasky.util.coord.AbstractOrbitCoordinates
getInstances, getOrbitObject, setCenter, setCenterkm, setCenterpc, setCentre, setOrbitname, setScaling, toString
-
Constructor Details
-
GaiaCoordinates
public GaiaCoordinates()Deprecated.
-
-
Method Details
-
doneLoading
Deprecated.Description copied from interface:IBodyCoordinates
Initializes the coordinates object- Specified by:
doneLoading
in interfaceIBodyCoordinates
- Overrides:
doneLoading
in classAbstractOrbitCoordinates
- Parameters:
params
- The parameter objects.
-
getEclipticCartesianCoordinates
Deprecated.Description copied from interface:IBodyCoordinates
Gets ecliptic cartesian coordinates for the given date.- 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.
-
getEclipticSphericalCoordinates
Deprecated.Description copied from interface:IBodyCoordinates
Returns the ecliptic coordinates of the body in the out vector for the given date.- Parameters:
date
- The instant.out
- The out vector with the ecliptic coordinates in internal units.- Returns:
- The out vector for chaining.
-
getEquatorialCartesianCoordinates
Deprecated.Description copied from interface:IBodyCoordinates
Gets equatorial cartesian coordinates for the given date.- 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.
-
HeliotropicOrbitCoordinates
instead.