Serialized Form
-
Package org.orekit.attitudes
-
Class org.orekit.attitudes.Attitude extends Object implements Serializable
- serialVersionUID:
- 20140611L
-
Serialized Fields
-
orientation
TimeStampedAngularCoordinates orientation
Attitude and spin. -
referenceFrame
Frame referenceFrame
Reference frame.
-
-
-
Package org.orekit.bodies
-
Class org.orekit.bodies.Ellipse extends Object implements Serializable
- serialVersionUID:
- 20140925L
-
Serialized Fields
-
a
double a
Semi major axis. -
a2
double a2
Semi major axis radius power 2. -
b
double b
Semi minor axis. -
b2
double b2
Semi minor axis power 2. -
center
Vector3D center
Center of the 2D ellipse. -
e2
double e2
Eccentricity power 2. -
evoluteFactorX
double evoluteFactorX
Evolute factor along major axis. -
evoluteFactorY
double evoluteFactorY
Evolute factor along minor axis. -
frame
Frame frame
Frame in which the ellipse is defined. -
g
double g
1 minus flatness. -
g2
double g2
g * g. -
u
Vector3D u
Unit vector along the major axis. -
v
Vector3D v
Unit vector along the minor axis.
-
-
Class org.orekit.bodies.Ellipsoid extends Object implements Serializable
- serialVersionUID:
- 20140924L
-
Serialized Fields
-
a
double a
First semi-axis length. -
b
double b
Second semi-axis length. -
c
double c
Third semi-axis length. -
frame
Frame frame
Frame at the ellipsoid center, aligned with principal axes.
-
-
Class org.orekit.bodies.GeodeticPoint extends Object implements Serializable
- serialVersionUID:
- 7862466825590075399L
-
Serialized Fields
-
altitude
double altitude
Altitude of the point (m). -
latitude
double latitude
Latitude of the point (rad). -
longitude
double longitude
Longitude of the point (rad).
-
-
Class org.orekit.bodies.OneAxisEllipsoid extends Ellipsoid implements Serializable
- serialVersionUID:
- 20130518L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
Replace the instance with a data transfer object for serialization.This intermediate class serializes the files supported names, the ephemeris type and the body name.
-
-
Serialized Fields
-
ae2
double ae2
Equatorial radius power 2. -
angularThreshold
double angularThreshold
Convergence limit. -
ap2
double ap2
Polar radius power 2. -
bodyFrame
Frame bodyFrame
Body frame related to body shape. -
e
double e
Eccentricity. -
e2
double e2
Eccentricity squared. -
f
double f
Flattening. -
g
double g
1 minus flatness. -
g2
double g2
g squared.
-
-
-
Package org.orekit.data
-
Class org.orekit.data.BodiesElements extends DelaunayArguments implements Serializable
- serialVersionUID:
- 20170106L
-
Serialized Fields
-
lE
double lE
Mean Earth longitude. -
lEDot
double lEDot
Mean Earth longitude time derivative. -
lJu
double lJu
Mean Jupiter longitude. -
lJuDot
double lJuDot
Mean Jupiter longitude time derivative. -
lMa
double lMa
Mean Mars longitude. -
lMaDot
double lMaDot
Mean Mars longitude time derivative. -
lMe
double lMe
Mean Mercury longitude. -
lMeDot
double lMeDot
Mean Mercury longitude time derivative. -
lNe
double lNe
Mean Neptune longitude. -
lNeDot
double lNeDot
Mean Neptune longitude time derivative. -
lSa
double lSa
Mean Saturn longitude. -
lSaDot
double lSaDot
Mean Saturn longitude time derivative. -
lUr
double lUr
Mean Uranus longitude. -
lUrDot
double lUrDot
Mean Uranus longitude time derivative. -
lVe
double lVe
Mean Venus longitude. -
lVeDot
double lVeDot
Mean Venus longitude time derivative. -
pa
double pa
General accumulated precession in longitude. -
paDot
double paDot
General accumulated precession in longitude time derivative.
-
-
Class org.orekit.data.DelaunayArguments extends Object implements Serializable
- serialVersionUID:
- 20170106L
-
Serialized Fields
-
d
double d
Mean elongation of the Moon from the Sun. -
date
AbsoluteDate date
Date. -
dDot
double dDot
Mean elongation of the Moon from the Sun time derivative. -
f
double f
L - Ω where L is the mean longitude of the Moon. -
fDot
double fDot
L - Ω where L is the mean longitude of the Moon time derivative. -
gamma
double gamma
Tide parameter γ = GMST + π. -
gammaDot
double gammaDot
Tide parameter γ = GMST + π time derivative. -
l
double l
Mean anomaly of the Moon. -
lDot
double lDot
Mean anomaly of the Moon time derivative. -
lPrime
double lPrime
Mean anomaly of the Sun. -
lPrimeDot
double lPrimeDot
Mean anomaly of the Sun time derivative. -
omega
double omega
Mean longitude of the ascending node of the Moon. -
omegaDot
double omegaDot
Mean longitude of the ascending node of the Moon time derivative. -
tc
double tc
Offset in Julian centuries.
-
-
Class org.orekit.data.FundamentalNutationArguments extends Object implements Serializable
- serialVersionUID:
- 20131209L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.This intermediate class serializes only the frame key.
-
-
Serialized Fields
-
conventions
IERSConventions conventions
IERS conventions to use. -
dCoefficients
double[] dCoefficients
Coefficients for mean elongation of the Moon from the Sun. -
fCoefficients
double[] fCoefficients
Coefficients for L - Ω where L is the mean longitude of the Moon. -
lCoefficients
double[] lCoefficients
Coefficients for mean anomaly of the Moon. -
lECoefficients
double[] lECoefficients
Coefficients for mean Earth longitude. -
lJCoefficients
double[] lJCoefficients
Coefficients for mean Jupiter longitude. -
lMaCoefficients
double[] lMaCoefficients
Coefficients for mean Mars longitude. -
lMeCoefficients
double[] lMeCoefficients
Coefficients for mean Mercury longitude. -
lNeCoefficients
double[] lNeCoefficients
Coefficients for mean Neptune longitude. -
lPrimeCoefficients
double[] lPrimeCoefficients
Coefficients for mean anomaly of the Sun. -
lSaCoefficients
double[] lSaCoefficients
Coefficients for mean Saturn longitude. -
lUCoefficients
double[] lUCoefficients
Coefficients for mean Uranus longitude. -
lVeCoefficients
double[] lVeCoefficients
Coefficients for mean Venus longitude. -
omegaCoefficients
double[] omegaCoefficients
Coefficients for mean longitude of the ascending node of the Moon. -
paCoefficients
double[] paCoefficients
Coefficients for general accumulated precession. -
timeScale
TimeScale timeScale
Time scale for GMST computation.
-
-
Class org.orekit.data.PolynomialNutation extends Object implements Serializable
- serialVersionUID:
- 20131007L
-
Serialized Fields
-
coefficients
double[] coefficients
Coefficients of the polynomial part.
-
-
-
Package org.orekit.errors
-
Class org.orekit.errors.FrameAncestorException extends OrekitException implements Serializable
- serialVersionUID:
- -8279818119798166504L
-
Class org.orekit.errors.OrekitException extends RuntimeException implements Serializable
- serialVersionUID:
- 20150611L
-
Serialized Fields
-
parts
Object[] parts
Parts to insert in the format (no translation). -
specifier
Localizable specifier
Format specifier (to be translated).
-
-
Class org.orekit.errors.OrekitIllegalArgumentException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 20150611L
-
Serialized Fields
-
parts
Object[] parts
Parts to insert in the format (no translation). -
specifier
Localizable specifier
Format specifier (to be translated).
-
-
Class org.orekit.errors.OrekitIllegalStateException extends IllegalStateException implements Serializable
- serialVersionUID:
- 20150611L
-
Serialized Fields
-
parts
Object[] parts
Parts to insert in the format (no translation). -
specifier
Localizable specifier
Format specifier (to be translated).
-
-
Class org.orekit.errors.OrekitInternalError extends IllegalStateException implements Serializable
- serialVersionUID:
- 20150611L
-
Serialized Fields
-
parts
String[] parts
Parts to insert in the format (no translation). -
specifier
Localizable specifier
Format specifier (to be translated).
-
-
Class org.orekit.errors.OrekitIOException extends IOException implements Serializable
- serialVersionUID:
- 20180427L
-
Serialized Fields
-
parts
Object[] parts
Parts to insert in the format (no translation). -
specifier
Localizable specifier
Format specifier (to be translated).
-
-
Class org.orekit.errors.OrekitParseException extends ParseException implements Serializable
- serialVersionUID:
- 20150611L
-
Serialized Fields
-
parts
Object[] parts
Parts to insert in the format (no translation). -
specifier
Localizable specifier
Format specifier (to be translated).
-
-
Class org.orekit.errors.TimeStampedCacheException extends OrekitException implements Serializable
- serialVersionUID:
- 9015424948577907926L
-
Class org.orekit.errors.UnsupportedParameterException extends OrekitException implements Serializable
- serialVersionUID:
- -1363569710782876135L
-
-
Package org.orekit.estimation.measurements
-
Class org.orekit.estimation.measurements.EstimatedEarthFrameProvider extends Object implements Serializable
- serialVersionUID:
- 20170922L
-
-
Package org.orekit.estimation.measurements.gnss
-
Class org.orekit.estimation.measurements.gnss.IntegerLeastSquareComparator extends Object implements Serializable
- serialVersionUID:
- 20210813L
-
-
Package org.orekit.files.ccsds.definitions
-
Class org.orekit.files.ccsds.definitions.ModifiedFrame extends Frame implements Serializable
- serialVersionUID:
- 20170619L
-
Serialized Fields
-
centerName
String centerName
Value of the CENTER_NAME keyword in the ODM file used to create this frame. -
refFrame
CelestialBodyFrame refFrame
Reference frame used to create this frame.
-
-
-
Package org.orekit.files.ilrs
-
Class org.orekit.files.ilrs.CPF.CPFCoordinate extends TimeStampedPVCoordinates implements Serializable
- serialVersionUID:
- 20201016L
-
Serialized Fields
-
leap
int leap
Leap second flag.
-
-
-
Package org.orekit.files.sp3
-
Class org.orekit.files.sp3.SP3Coordinate extends TimeStampedPVCoordinates implements Serializable
- serialVersionUID:
- 20230903L
-
Serialized Fields
-
clock
double clock
Clock correction in s. -
clockAccuracy
double clockAccuracy
Clock accuracy. -
clockEvent
boolean clockEvent
Clock event flag. -
clockPrediction
boolean clockPrediction
Clock prediction flag. -
clockRate
double clockRate
Clock rate in s / s. -
clockRateAccuracy
double clockRateAccuracy
Clock rate accuracy. -
orbitManeuverEvent
boolean orbitManeuverEvent
Orbit maneuver event flag. -
orbitPrediction
boolean orbitPrediction
Clock orbit prediction flag. -
positionAccuracy
Vector3D positionAccuracy
Position accuracy. -
velocityAccuracy
Vector3D velocityAccuracy
Velocity accuracy.
-
-
-
Package org.orekit.frames
-
Class org.orekit.frames.CR3BPRotatingFrame extends Frame implements Serializable
- serialVersionUID:
- 20190520L
-
Class org.orekit.frames.EclipticProvider extends Object implements Serializable
- serialVersionUID:
- 20140516L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.This intermediate class serializes only the frame key.
-
-
Serialized Fields
-
conventions
IERSConventions conventions
IERS conventions.
-
-
Class org.orekit.frames.EOPEntry extends Object implements Serializable
- serialVersionUID:
- 20231017L
-
Serialized Fields
-
date
AbsoluteDate date
Entry date (absolute date). -
ddEps
double ddEps
Correction for nutation in obliquity. -
ddPsi
double ddPsi
Correction for nutation in longitude. -
dt
double dt
UT1-UTC. -
dx
double dx
Correction for nutation in Celestial Intermediate Pole (CIP) coordinates. -
dy
double dy
Correction for nutation in Celestial Intermediate Pole (CIP) coordinates. -
itrfType
ITRFVersion itrfType
ITRF version this entry defines. -
lod
double lod
Length of day. -
mjd
int mjd
Entry date (modified julian day, 00h00 UTC scale). -
x
double x
X component of pole motion. -
xRate
double xRate
X component of pole motion rate.- Since:
- 12.0
-
y
double y
Y component of pole motion. -
yRate
double yRate
Y component of pole motion rate.- Since:
- 12.0
-
-
Class org.orekit.frames.EOPFitter extends Object implements Serializable
- serialVersionUID:
- 20230309L
-
Serialized Fields
-
dut1Fitter
SingleParameterFitter dut1Fitter
Fitter for dut1 and LOD. -
dxFitter
SingleParameterFitter dxFitter
Fitter for nutation x component. -
dyFitter
SingleParameterFitter dyFitter
Fitter for nutation y component. -
xPFitter
SingleParameterFitter xPFitter
Fitter for pole x component. -
yPFitter
SingleParameterFitter yPFitter
Fitter for pole y component.
-
-
Class org.orekit.frames.EOPHistory extends Object implements Serializable
- serialVersionUID:
- 20231022L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
conventions
IERSConventions conventions
IERS conventions to which EOP refers. -
hasData
boolean hasData
If this history has any EOP data.- See Also:
EOPHistory.hasDataFor(AbsoluteDate)
-
interpolationDegree
int interpolationDegree
Interpolation degree.- Since:
- 12.0
-
-
Class org.orekit.frames.FactoryManagedFrame extends Frame implements Serializable
- serialVersionUID:
- -8176399341069422724L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.This intermediate class serializes only the frame key.
-
-
Serialized Fields
-
factoryKey
Predefined factoryKey
Key of the frame within the factory.
-
-
Class org.orekit.frames.FixedTransformProvider extends Object implements Serializable
- serialVersionUID:
- 20170106L
-
Class org.orekit.frames.Frame extends Object implements Serializable
- serialVersionUID:
- -6981146543760234087L
-
Serialized Fields
-
depth
int depth
Depth of the frame with respect to tree root. -
name
String name
Instance name. -
parent
Frame parent
Parent frame (only the root frame doesn't have a parent). -
pseudoInertial
boolean pseudoInertial
Indicator for pseudo-inertial frames. -
transformProvider
TransformProvider transformProvider
Provider for transform from parent frame to instance.
-
-
Class org.orekit.frames.GTODProvider extends Object implements Serializable
- serialVersionUID:
- 20141228L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.This intermediate class serializes only the frame key.
-
-
Serialized Fields
-
conventions
IERSConventions conventions
Conventions. -
eopHistory
EOPHistory eopHistory
EOP history.
-
-
Class org.orekit.frames.HelmertTransformation extends Object implements Serializable
- serialVersionUID:
- 20220419L
-
Serialized Fields
-
cartesian
PVCoordinates cartesian
Cartesian part of the transform. -
epoch
AbsoluteDate epoch
Reference epoch of the transform. -
rotationRate
Vector3D rotationRate
First time derivative of the rotation (norm representing angular rate). -
rotationVector
Vector3D rotationVector
Global rotation vector (applying rotation is done by computing cross product).
-
-
Class org.orekit.frames.InterpolatingTransformProvider extends Object implements Serializable
- serialVersionUID:
- 20140723L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
Replace the instance with a data transfer object for serialization.This intermediate class serializes only the data needed for generation, but does not serializes the cache itself (in fact the cache is not serializable).
-
-
Serialized Fields
-
aFilter
AngularDerivativesFilter aFilter
Filter for angular derivatives to use in interpolation. -
cFilter
CartesianDerivativesFilter cFilter
Filter for Cartesian derivatives to use in interpolation. -
rawProvider
TransformProvider rawProvider
Provider for raw (non-interpolated) transforms. -
step
double step
Grid points time step.
-
-
Class org.orekit.frames.ITRFVersion.Converter extends Object implements Serializable
- serialVersionUID:
- 20180330L
-
Serialized Fields
-
destination
ITRFVersion destination
Destination ITRF. -
origin
ITRFVersion origin
Origin ITRF. -
provider
TransformProvider provider
Underlying provider.
-
-
Class org.orekit.frames.L1Frame extends Frame implements Serializable
- serialVersionUID:
- 20170811L
-
Class org.orekit.frames.L1TransformProvider extends Object implements Serializable
- serialVersionUID:
- 20170824L
-
Serialized Fields
-
frame
Frame frame
Frame for results. Always defined as primaryBody's inertially oriented frame. -
primaryBody
CelestialBody primaryBody
Celestial body with bigger mass, m1. -
secondaryBody
CelestialBody secondaryBody
Celestial body with smaller mass, m2.
-
-
Class org.orekit.frames.L2Frame extends Frame implements Serializable
- serialVersionUID:
- 20170811L
-
Class org.orekit.frames.LocalOrbitalFrame extends Frame implements Serializable
- serialVersionUID:
- -4469440345574964950L
-
Class org.orekit.frames.OrphanFrame extends Object implements Serializable
- serialVersionUID:
- 20130409L
-
Serialized Fields
-
children
List<OrphanFrame> children
Children of the frame. -
frame
Frame frame
Associated frame (available only once attached to the main frames tree). -
name
String name
Instance name. -
orphanParent
OrphanFrame orphanParent
Parent orphan frame. -
provider
TransformProvider provider
Provider for transform from parent frame to instance. -
pseudoInertial
boolean pseudoInertial
Indicator for pseudo-inertial frames.
-
-
Class org.orekit.frames.PoleCorrection extends Object implements Serializable
- serialVersionUID:
- 8695216598525302806L
-
Serialized Fields
-
xp
double xp
xp parameter (radians). -
yp
double yp
yp parameter (radians).
-
-
Class org.orekit.frames.PredictedEOPHistory extends EOPHistory implements Serializable
- serialVersionUID:
- 20230309L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
extensionDuration
double extensionDuration
Duration of the extension period (s). -
fitter
EOPFitter fitter
Fitter for all Earth Orientation Parameters. -
rawHistory
EOPHistory rawHistory
Raw EOP history to extend.
-
-
Class org.orekit.frames.ShiftingTransformProvider extends Object implements Serializable
- serialVersionUID:
- 20150601L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
Replace the instance with a data transfer object for serialization.This intermediate class serializes only the data needed for generation, but does not serializes the cache itself (in fact the cache is not serializable).
-
-
Serialized Fields
-
interpolatingProvider
InterpolatingTransformProvider interpolatingProvider
First level cache.
-
-
Class org.orekit.frames.SingleParameterFitter extends Object implements Serializable
- serialVersionUID:
- 20230309L
-
Serialized Fields
-
convergence
double convergence
Convergence on fitted parameter. -
degree
int degree
Degree of the polynomial model. -
pulsations
double[] pulsations
Pulsations of harmonic part (rad/s). -
timeConstant
double timeConstant
Time constant of the exponential decay weight.
-
-
Class org.orekit.frames.TopocentricFrame extends Frame implements Serializable
- serialVersionUID:
- -5997915708080966466L
-
Serialized Fields
-
cartesianPoint
Vector3D cartesianPoint
Cartesian point where the topocentric frame is defined.- Since:
- 12.0
-
parentShape
BodyShape parentShape
Body shape on which the local point is defined. -
point
GeodeticPoint point
Geodetic point where the topocentric frame is defined.
-
-
Class org.orekit.frames.Transform extends Object implements Serializable
- serialVersionUID:
- 210140410L
-
Serialized Fields
-
angular
AngularCoordinates angular
Angular coordinates of the target frame with respect to the original frame. -
cartesian
PVCoordinates cartesian
Cartesian coordinates of the target frame with respect to the original frame. -
date
AbsoluteDate date
Date of the transform.
-
-
Class org.orekit.frames.TwoBodiesBaryFrame extends Frame implements Serializable
- serialVersionUID:
- 20190725L
-
Class org.orekit.frames.UpdatableFrame extends Frame implements Serializable
- serialVersionUID:
- -2075893064211339303L
-
Class org.orekit.frames.VersionedITRF extends Frame implements Serializable
- serialVersionUID:
- 20180403L
-
-
Package org.orekit.models
-
Package org.orekit.models.earth
-
Class org.orekit.models.earth.EarthITU453AtmosphereRefraction extends Object implements Serializable
- serialVersionUID:
- 20160118L
-
Serialized Fields
-
altitude
double altitude
station altitude (m). -
elev_star
double elev_star
elevation where elevation+refraction correction is minimal (near inequality formula number 11 validity domain). -
refrac_star
double refrac_star
refraction correction value where elevation+refraction correction is minimal (near inequality 11 validity domain). -
theta0
double theta0
minimal elevation angle under free-space propagation (rad). -
thetamin
double thetamin
minimal elevation angle for the station (rad).
-
-
Class org.orekit.models.earth.EarthStandardAtmosphereRefraction extends Object implements Serializable
- serialVersionUID:
- 6001744143210742620L
-
Serialized Fields
-
correfrac
double correfrac
Refraction correction from local pressure and temperature. -
pressure
double pressure
Local pressure. -
temperature
double temperature
Local temperature.
-
-
Class org.orekit.models.earth.Geoid extends Object implements Serializable
- serialVersionUID:
- 20150312L
-
Serialized Fields
-
defaultDate
AbsoluteDate defaultDate
the default date to use when evaluating theGeoid.harmonics
. Used when no other dates are available. Should be removed in a future release. -
referenceEllipsoid
ReferenceEllipsoid referenceEllipsoid
the reference ellipsoid.
-
-
Class org.orekit.models.earth.GeoMagneticElements extends Object implements Serializable
- serialVersionUID:
- 1881493738280586855L
-
Serialized Fields
-
b
Vector3D b
The magnetic field vector (East=X, North=Y, Nadir=Z). -
declination
double declination
The magnetic declination in radians. -
horizontalIntensity
double horizontalIntensity
The magnetic horizontal intensity, in Teslas. -
inclination
double inclination
The magnetic inclination in radians. -
totalIntensity
double totalIntensity
The magnetic total intensity, in Teslas.
-
-
Class org.orekit.models.earth.ReferenceEllipsoid extends OneAxisEllipsoid implements Serializable
- serialVersionUID:
- 20150311L
-
Serialized Fields
-
GM
double GM
the gravitational parameter of the ellipsoid, in m3/s2. -
spin
double spin
the rotation rate of the ellipsoid, in rad/s.
-
-
-
Package org.orekit.models.earth.atmosphere
-
Class org.orekit.models.earth.atmosphere.DTM2000 extends Object implements Serializable
- serialVersionUID:
- 20170705L
-
Serialized Fields
-
earth
BodyShape earth
Earth body shape. -
inputParams
DTM2000InputParameters inputParams
External data container. -
sun
PVCoordinatesProvider sun
Sun position. -
utc
TimeScale utc
UTC time scale.
-
-
Class org.orekit.models.earth.atmosphere.HarrisPriester extends Object implements Serializable
- serialVersionUID:
- 2772347498196369601L
-
Serialized Fields
-
earth
OneAxisEllipsoid earth
Earth body shape. -
n
double n
Cosine exponent from 2 to 6 according to inclination. -
sun
PVCoordinatesProvider sun
Sun position. -
tabAltRho
double[][] tabAltRho
Density table.
-
-
Class org.orekit.models.earth.atmosphere.JB2008 extends Object implements Serializable
- serialVersionUID:
- -4201270765122160831L
-
Serialized Fields
-
earth
BodyShape earth
Earth body shape. -
inputParams
JB2008InputParameters inputParams
External data container. -
sun
PVCoordinatesProvider sun
Sun position. -
utc
TimeScale utc
UTC time scale.
-
-
Class org.orekit.models.earth.atmosphere.NRLMSISE00 extends Object implements Serializable
- serialVersionUID:
- -7923498628122574334L
-
Serialized Fields
-
earth
BodyShape earth
Earth body shape. -
inputParams
NRLMSISE00InputParameters inputParams
External data container. -
sun
PVCoordinatesProvider sun
Sun position. -
sw
int[] sw
Switches for main effects. -
swc
int[] swc
Switches for cross effects. -
ut
TimeScale ut
UT time scale.
-
-
Class org.orekit.models.earth.atmosphere.SimpleExponentialAtmosphere extends Object implements Serializable
- serialVersionUID:
- 2772347498196369601L
-
Serialized Fields
-
h0
double h0
Reference altitude. -
hscale
double hscale
Reference altitude scale. -
rho0
double rho0
Reference density. -
shape
BodyShape shape
Earth shape model.
-
-
-
Package org.orekit.models.earth.atmosphere.data
-
Class org.orekit.models.earth.atmosphere.data.AbstractSolarActivityData extends Object implements Serializable
- serialVersionUID:
- 8804818166227680449L
-
Serialized Fields
-
firstDate
AbsoluteDate firstDate
First available date. -
lastDate
AbsoluteDate lastDate
Last available date. -
supportedNames
String supportedNames
Supported names. -
utc
TimeScale utc
UTC time scale.
-
-
Class org.orekit.models.earth.atmosphere.data.AbstractSolarActivityDataLoader.LineParameters extends Object implements Serializable
- serialVersionUID:
- 6607862001953526475L
-
Serialized Fields
-
date
AbsoluteDate date
Entry date.
-
-
Class org.orekit.models.earth.atmosphere.data.CssiSpaceWeatherData extends AbstractSolarActivityData<CssiSpaceWeatherDataLoader.LineParameters,CssiSpaceWeatherDataLoader> implements Serializable
- serialVersionUID:
- 4249411710645968978L
-
Serialized Fields
-
lastDailyPredictedDate
AbsoluteDate lastDailyPredictedDate
Date of last daily prediction before the monthly prediction starts. -
lastObservedDate
AbsoluteDate lastObservedDate
Date of last data before the prediction starts.
-
-
Class org.orekit.models.earth.atmosphere.data.CssiSpaceWeatherDataLoader.LineParameters extends AbstractSolarActivityDataLoader.LineParameters implements Serializable
- serialVersionUID:
- 8151260459653484163L
-
Serialized Fields
-
apAvg
double apAvg
Arithmetic average of the 8 Ap indices for the day. -
ctr81Adj
double ctr81Adj
Centered 81-day arithmetic average of F10.7 (adjusted). -
ctr81Obs
double ctr81Obs
Centered 81-day arithmetic average of F10.7 (observed). -
f107Adj
double f107Adj
10.7-cm Solar Radio Flux (F10.7) Adjusted to 1 AU. -
f107Obs
double f107Obs
Observed (unadjusted) value of F10.7. -
fluxQualifier
int fluxQualifier
Flux Qualifier. -
kpSum
double kpSum
Sum of the 8 Kp indices for the day expressed to the nearest third of a unit. -
lst81Adj
double lst81Adj
Last 81-day arithmetic average of F10.7 (adjusted). -
lst81Obs
double lst81Obs
Last 81-day arithmetic average of F10.7 (observed). -
threeHourlyAp
double[] threeHourlyAp
Array of 8 three-hourly Ap indices for this entry. -
threeHourlyKp
double[] threeHourlyKp
Array of 8 three-hourly Kp indices for this entry.
-
-
Class org.orekit.models.earth.atmosphere.data.DtcDataLoader.LineParameters extends Object implements Serializable
- serialVersionUID:
- 8239275953453087629L
-
Serialized Fields
-
date
AbsoluteDate date
Entry date. -
dtc
double dtc
dTc temperature correction data.
-
-
Class org.orekit.models.earth.atmosphere.data.JB2008SpaceEnvironmentData extends Object implements Serializable
- serialVersionUID:
- 7735042547323407578L
-
Serialized Fields
-
firstDate
AbsoluteDate firstDate
First available date. -
lastDate
AbsoluteDate lastDate
Last available date. -
nextParamDTC
DtcDataLoader.LineParameters nextParamDTC
Current set of solar activity parameters. -
nextParamSOL
SOLFSMYDataLoader.LineParameters nextParamSOL
Current set of solar activity parameters. -
previousParamDTC
DtcDataLoader.LineParameters previousParamDTC
Previous set of solar activity parameters. -
previousParamSOL
SOLFSMYDataLoader.LineParameters previousParamSOL
Previous set of solar activity parameters.
-
-
Class org.orekit.models.earth.atmosphere.data.MarshallSolarActivityFutureEstimation extends AbstractSolarActivityData<MarshallSolarActivityFutureEstimationLoader.LineParameters,MarshallSolarActivityFutureEstimationLoader> implements Serializable
- serialVersionUID:
- -5212198874900835369L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
strengthLevel
MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel
Selected strength level of activity.
-
-
Class org.orekit.models.earth.atmosphere.data.MarshallSolarActivityFutureEstimationLoader.LineParameters extends AbstractSolarActivityDataLoader.LineParameters implements Serializable
- serialVersionUID:
- 6607862001953526475L
-
Serialized Fields
-
ap
double ap
Ap index at date. -
f107
double f107
F10.7 flux at date. -
fileDate
DateComponents fileDate
File date.
-
-
Class org.orekit.models.earth.atmosphere.data.SOLFSMYDataLoader.LineParameters extends Object implements Serializable
- serialVersionUID:
- -9008818050532123587L
-
Serialized Fields
-
date
AbsoluteDate date
Entry date. -
f10
double f10
10.7-cm Solar flux (1e-22*Watt/(m²*Hertz))
(Tabular time 1.0 day earlier). -
f10b
double f10b
10.7-cm Solar Flux, averaged 81-day centered on the input time. -
s10
double s10
EUV index (26-34 nm) scaled to F10. -
s10b
double s10b
UV 81-day averaged centered index. -
xm10
double xm10
MG2 index scaled to F10. -
xm10b
double xm10b
MG2 81-day average centered index. -
y10
double y10
Solar X-Ray & Lya index scaled to F10. -
y10b
double y10b
Solar X-Ray & Lya 81-day average centered index.
-
-
-
Package org.orekit.models.earth.tessellation
-
Class org.orekit.models.earth.tessellation.Tile extends Object implements Serializable
- serialVersionUID:
- 20150313L
-
Serialized Fields
-
v0
GeodeticPoint v0
First vertex. -
v1
GeodeticPoint v1
Second vertex. -
v2
GeodeticPoint v2
Third vertex. -
v3
GeodeticPoint v3
Fourth vertex.
-
-
-
Package org.orekit.orbits
-
Class org.orekit.orbits.CartesianOrbit extends Orbit implements Serializable
- serialVersionUID:
- 20170414L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.This intermediate class serializes all needed parameters, including position-velocity which are not serialized by parent
Orbit
class.
-
-
Class org.orekit.orbits.CircularOrbit extends Orbit implements Serializable
- serialVersionUID:
- 20231217L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
a
double a
Semi-major axis (m). -
aDot
double aDot
Semi-major axis derivative (m/s). -
cachedAlpha
double cachedAlpha
Cached latitude argument (rad). -
cachedAlphaDot
double cachedAlphaDot
True latitude argument derivative (rad/s). -
cachedPositionAngleType
PositionAngleType cachedPositionAngleType
Type of cached position angle (latitude argument). -
ex
double ex
First component of the circular eccentricity vector. -
exDot
double exDot
First component of the circular eccentricity vector derivative. -
ey
double ey
Second component of the circular eccentricity vector. -
eyDot
double eyDot
Second component of the circular eccentricity vector derivative. -
i
double i
Inclination (rad). -
iDot
double iDot
Inclination derivative (rad/s). -
raan
double raan
Right Ascension of Ascending Node (rad). -
raanDot
double raanDot
Right Ascension of Ascending Node derivative (rad/s). -
serializePV
boolean serializePV
Indicator forPVCoordinates
serialization.
-
-
Class org.orekit.orbits.EquinoctialOrbit extends Orbit implements Serializable
- serialVersionUID:
- 20170414L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
a
double a
Semi-major axis (m). -
aDot
double aDot
Semi-major axis derivative (m/s). -
cachedL
double cachedL
Cached longitude argument (rad). -
cachedLDot
double cachedLDot
Derivative of cached longitude argument (rad/s). -
cachedPositionAngleType
PositionAngleType cachedPositionAngleType
Cache type of position angle (longitude argument). -
ex
double ex
First component of the eccentricity vector. -
exDot
double exDot
First component of the eccentricity vector derivative. -
ey
double ey
Second component of the eccentricity vector. -
eyDot
double eyDot
Second component of the eccentricity vector derivative. -
hx
double hx
First component of the inclination vector. -
hxDot
double hxDot
First component of the inclination vector derivative. -
hy
double hy
Second component of the inclination vector. -
hyDot
double hyDot
Second component of the inclination vector derivative.
-
-
Class org.orekit.orbits.KeplerianOrbit extends Orbit implements Serializable
- serialVersionUID:
- 20231217L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
a
double a
Semi-major axis (m). -
aDot
double aDot
Semi-major axis derivative (m/s). -
cachedAnomaly
double cachedAnomaly
Cached anomaly (rad). -
cachedAnomalyDot
double cachedAnomalyDot
Derivative of cached anomaly (rad/s). -
cachedPositionAngleType
PositionAngleType cachedPositionAngleType
Cached type of position angle. -
e
double e
Eccentricity. -
eDot
double eDot
Eccentricity derivative. -
i
double i
Inclination (rad). -
iDot
double iDot
Inclination derivative (rad/s). -
pa
double pa
Perigee Argument (rad). -
paDot
double paDot
Perigee Argument derivative (rad/s). -
raan
double raan
Right Ascension of Ascending Node (rad). -
raanDot
double raanDot
Right Ascension of Ascending Node derivative (rad/s).
-
-
Class org.orekit.orbits.Orbit extends Object implements Serializable
- serialVersionUID:
- 438733454597999578L
-
Serialized Fields
-
date
AbsoluteDate date
Date of the orbital parameters. -
frame
Frame frame
Frame in which are defined the orbital parameters. -
mu
double mu
Value of mu used to compute position and velocity (m³/s²).
-
-
-
Package org.orekit.propagation
-
Class org.orekit.propagation.SpacecraftState extends Object implements Serializable
- serialVersionUID:
- 20211119L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
absPva
AbsolutePVCoordinates absPva
Trajectory state, when it is not an orbit. -
additional
DoubleArrayDictionary additional
Additional states. -
additionalDot
DoubleArrayDictionary additionalDot
Additional states derivatives.- Since:
- 11.1
-
attitude
Attitude attitude
Attitude. -
mass
double mass
Current mass (kg). -
orbit
Orbit orbit
Orbital state.
-
-
-
Package org.orekit.propagation.analytical.tle
-
Class org.orekit.propagation.analytical.tle.FieldTLE extends Object implements Serializable
- serialVersionUID:
- -1596648022319057689L
-
Serialized Fields
-
classification
char classification
Classification (U for unclassified). -
eccentricity
T extends CalculusFieldElement<T> eccentricity
Eccentricity. -
elementNumber
int elementNumber
Element number. -
ephemerisType
int ephemerisType
Type of ephemeris. -
inclination
T extends CalculusFieldElement<T> inclination
Inclination (rad). -
launchNumber
int launchNumber
Launch number. -
launchPiece
String launchPiece
Piece of launch (from "A" to "ZZZ"). -
launchYear
int launchYear
Launch year. -
line1
String line1
First line. -
line2
String line2
Second line. -
meanAnomaly
T extends CalculusFieldElement<T> meanAnomaly
Mean anomaly (rad). -
meanMotion
T extends CalculusFieldElement<T> meanMotion
Mean motion (rad/s). -
meanMotionFirstDerivative
T extends CalculusFieldElement<T> meanMotionFirstDerivative
Mean motion first derivative (rad/s²). -
meanMotionSecondDerivative
T extends CalculusFieldElement<T> meanMotionSecondDerivative
Mean motion second derivative (rad/s³). -
pa
T extends CalculusFieldElement<T> pa
Argument of perigee (rad). -
raan
T extends CalculusFieldElement<T> raan
Right Ascension of the Ascending node (rad). -
revolutionNumberAtEpoch
int revolutionNumberAtEpoch
Revolution number at epoch. -
satelliteNumber
int satelliteNumber
The satellite number. -
utc
TimeScale utc
The UTC scale.
-
-
Class org.orekit.propagation.analytical.tle.TLE extends Object implements Serializable
- serialVersionUID:
- -1596648022319057689L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
classification
char classification
Classification (U for unclassified). -
eccentricity
double eccentricity
Eccentricity. -
elementNumber
int elementNumber
Element number. -
ephemerisType
int ephemerisType
Type of ephemeris. -
epoch
AbsoluteDate epoch
the TLE current date. -
inclination
double inclination
Inclination (rad). -
launchNumber
int launchNumber
Launch number. -
launchPiece
String launchPiece
Piece of launch (from "A" to "ZZZ"). -
launchYear
int launchYear
Launch year. -
line1
String line1
First line. -
line2
String line2
Second line. -
meanAnomaly
double meanAnomaly
Mean anomaly (rad). -
meanMotion
double meanMotion
Mean motion (rad/s). -
meanMotionFirstDerivative
double meanMotionFirstDerivative
Mean motion first derivative (rad/s²). -
meanMotionSecondDerivative
double meanMotionSecondDerivative
Mean motion second derivative (rad/s³). -
pa
double pa
Argument of perigee (rad). -
raan
double raan
Right Ascension of the Ascending node (rad). -
revolutionNumberAtEpoch
int revolutionNumberAtEpoch
Revolution number at epoch. -
satelliteNumber
int satelliteNumber
The satellite number. -
utc
TimeScale utc
The UTC scale.
-
-
-
Package org.orekit.time
-
Class org.orekit.time.AbsoluteDate extends Object implements Serializable
- serialVersionUID:
- 617061803741806846L
-
Serialized Fields
-
epoch
long epoch
Reference epoch in seconds from 2000-01-01T12:00:00 TAI.Beware, it is not
AbsoluteDate.J2000_EPOCH
since it is in TAI and not in TT. -
offset
double offset
Offset from the reference epoch in seconds.
-
-
Class org.orekit.time.BDTScale extends ConstantOffsetTimeScale implements Serializable
- serialVersionUID:
- 20240321L
-
Class org.orekit.time.ChronologicalComparator extends Object implements Serializable
- serialVersionUID:
- 3092980292741000025L
-
Class org.orekit.time.ClockTimeScale extends Object implements Serializable
- serialVersionUID:
- 20240321L
-
Class org.orekit.time.ConstantOffsetTimeScale extends Object implements Serializable
- serialVersionUID:
- 20240321L
-
Serialized Fields
-
name
String name
Name of the time scale. -
offset
double offset
Offset from TAI.
-
-
Class org.orekit.time.DateComponents extends Object implements Serializable
- serialVersionUID:
- -2462694707837970938L
-
Serialized Fields
-
day
int day
Day number. -
month
int month
Month number. -
year
int year
Year number.
-
-
Class org.orekit.time.DateTimeComponents extends Object implements Serializable
- serialVersionUID:
- 5061129505488924484L
-
Serialized Fields
-
date
DateComponents date
Date component. -
time
TimeComponents time
Time component.
-
-
Class org.orekit.time.FieldChronologicalComparator extends Object implements Serializable
- serialVersionUID:
- -5373507372120707293L
-
Class org.orekit.time.GalileoScale extends ConstantOffsetTimeScale implements Serializable
- serialVersionUID:
- 20240321L
-
Class org.orekit.time.GLONASSDate extends Object implements Serializable
- serialVersionUID:
- 20190131L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
gmst
double gmst
Greenwich Mean Sidereal Time (rad). -
jd0
double jd0
Current Julian date JD0. -
n4
int n4
The number of the current four year interval N4. -
na
int na
The number of the current day in a four year interval Na. -
secInNa
double secInNa
Number of seconds since Na.
-
-
Class org.orekit.time.GLONASSScale extends Object implements Serializable
- serialVersionUID:
- 20160331L
-
Serialized Fields
-
utc
UTCScale utc
UTC time scale.
-
-
Class org.orekit.time.GMSTScale extends Object implements Serializable
- serialVersionUID:
- 20131209L
-
Serialized Fields
-
referenceDate
AbsoluteDate referenceDate
Reference date for GMST. -
ut1
UT1Scale ut1
Universal Time 1 time scale.
-
-
Class org.orekit.time.GNSSDate extends Object implements Serializable
- serialVersionUID:
- 20221228L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
secondsInWeek
double secondsInWeek
Number of seconds since week start. -
system
SatelliteSystem system
Satellite system to consider. -
weekNumber
int weekNumber
Week number since the GNSS reference epoch.
-
-
Class org.orekit.time.GPSScale extends ConstantOffsetTimeScale implements Serializable
- serialVersionUID:
- 20240321L
-
Class org.orekit.time.IRNSSScale extends ConstantOffsetTimeScale implements Serializable
- serialVersionUID:
- 20240321L
-
Class org.orekit.time.OffsetModel extends Object implements Serializable
- serialVersionUID:
- 20230302L
-
Serialized Fields
-
mjdRef
int mjdRef
Reference date of the linear model as a modified julian day. -
offset
double offset
Offset at reference date in seconds (TAI minus UTC). -
slope
double slope
Offset slope in seconds per UTC day (TAI minus UTC / dUTC). -
start
DateComponents start
Date of the offset start.
-
-
Class org.orekit.time.QZSSScale extends ConstantOffsetTimeScale implements Serializable
- serialVersionUID:
- 20240321L
-
Class org.orekit.time.SatelliteClockScale extends Object implements Serializable
- serialVersionUID:
- 20210309L
-
Serialized Fields
-
countAtEpoch
double countAtEpoch
Clock count at epoch. -
drift
double drift
Clock drift (i.e. clock count per SI second minus 1.0). -
epoch
AbsoluteDate epoch
Reference epoch. -
epochDT
DateTimeComponents epochDT
Reference epoch. -
name
String name
Name of the scale. -
offsetAtEpoch
double offsetAtEpoch
Offset from TAI at epoch. -
rate
double rate
Clock rate.
-
-
Class org.orekit.time.TAIScale extends ConstantOffsetTimeScale implements Serializable
- serialVersionUID:
- 20240321L
-
Class org.orekit.time.TCBScale extends Object implements Serializable
- serialVersionUID:
- 20131209L
-
Serialized Fields
-
referenceDate
AbsoluteDate referenceDate
Reference date for TCB.The reference date is such that the four following instants are equal:
- 1977-01-01T00:00:32.184 TT
- 1977-01-01T00:00:32.184 TCG
- 1977-01-01T00:00:32.184 TCB
- 1977-01-01T00:00:00.000 TAI
-
tdb
TDBScale tdb
Barycentric dynamic time scale.
-
-
Class org.orekit.time.TCGScale extends Object implements Serializable
- serialVersionUID:
- 20131209L
-
Serialized Fields
-
referenceDate
AbsoluteDate referenceDate
Reference date for TCG.The reference date is such that the four following instants are equal:
- 1977-01-01T00:00:32.184 TT
- 1977-01-01T00:00:32.184 TCG
- 1977-01-01T00:00:32.184 TCB
- 1977-01-01T00:00:00.000 TAI
-
ttOffset
double ttOffset
Offset between TT and TAI scales.
-
-
Class org.orekit.time.TDBScale extends Object implements Serializable
- serialVersionUID:
- 20131209L
-
Serialized Fields
-
j2000Epoch
AbsoluteDate j2000Epoch
Reference Epoch. -
tt
TimeScale tt
TT time scale.
-
-
Class org.orekit.time.TimeComponents extends Object implements Serializable
- serialVersionUID:
- 20160331L
-
Serialized Fields
-
hour
int hour
Hour number. -
minute
int minute
Minute number. -
minutesFromUTC
int minutesFromUTC
Offset between the specified date and UTC.Always an integral number of minutes, as per ISO-8601 standard.
- Since:
- 7.2
-
second
double second
Second number.
-
-
Class org.orekit.time.TimeScalesFactory extends Object implements Serializable
- serialVersionUID:
- 20190927L
-
Class org.orekit.time.TTScale extends ConstantOffsetTimeScale implements Serializable
- serialVersionUID:
- 20240321L
-
Class org.orekit.time.UT1Scale extends Object implements Serializable
- serialVersionUID:
- 20131209L
-
Serialized Fields
-
eopHistory
EOPHistory eopHistory
EOP history. -
utc
UTCScale utc
UTC scale.
-
-
Class org.orekit.time.UTCScale extends Object implements Serializable
- serialVersionUID:
- 20230302L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
baseOffsets
Collection<? extends OffsetModel> baseOffsets
base UTC-TAI offsets (may lack the pre-1975 offsets). -
offsets
UTCTAIOffset[] offsets
UTC-TAI offsets. -
tai
TimeScale tai
International Atomic Scale.
-
-
Class org.orekit.time.UTCTAIOffset extends Object implements Serializable
- serialVersionUID:
- 4742190573136348054L
-
Serialized Fields
-
leap
double leap
Value of the leap at offset validity start (in seconds). -
leapDate
AbsoluteDate leapDate
Leap date. -
leapDateMJD
int leapDateMJD
Leap date in Modified Julian Day. -
mjdRef
int mjdRef
Reference date for the slope multiplication as Modified Julian Day. -
offset
double offset
Offset at validity start in seconds (TAI minus UTC). -
reference
AbsoluteDate reference
Reference date for the slope multiplication. -
slopeTAI
double slopeTAI
Offset slope in seconds per TAI second (TAI minus UTC / dTAI). -
slopeUTC
double slopeUTC
Offset slope in seconds per UTC second (TAI minus UTC / dUTC). -
validityStart
AbsoluteDate validityStart
Offset start of validity date.
-
-
-
Package org.orekit.utils
-
Class org.orekit.utils.AbsolutePVCoordinates extends TimeStampedPVCoordinates implements Serializable
- serialVersionUID:
- 20150824L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
frame
Frame frame
Frame in which are defined the coordinates.
-
-
Class org.orekit.utils.AngularCoordinates extends Object implements Serializable
- serialVersionUID:
- 20140414L
-
Class org.orekit.utils.DoubleArrayDictionary extends Object implements Serializable
- serialVersionUID:
- 20211121L
-
Serialized Fields
-
data
List<DoubleArrayDictionary.Entry> data
Data container.
-
-
Class org.orekit.utils.DoubleArrayDictionary.Entry extends Object implements Serializable
- serialVersionUID:
- 20211121L
-
Serialized Fields
-
key
String key
Key. -
value
double[] value
Value.
-
-
Class org.orekit.utils.ElevationMask extends Object implements Serializable
- serialVersionUID:
- 20131118L
-
Serialized Fields
-
azelmask
double[][] azelmask
Azimuth-elevation mask.
-
-
Class org.orekit.utils.ExtendedPVCoordinatesProviderAdapter extends Frame implements Serializable
- serialVersionUID:
- 20221215L
-
Class org.orekit.utils.LoveNumbers extends Object implements Serializable
- serialVersionUID:
- 20131014L
-
Serialized Fields
-
imaginary
double[][] imaginary
Imaginary part of the nominal Love numbers. -
plus
double[][] plus
Time-dependent part of the Love numbers. -
real
double[][] real
Real part of the nominal Love numbers.
-
-
Class org.orekit.utils.PVCoordinates extends Object implements Serializable
- serialVersionUID:
- 20140407L
-
Class org.orekit.utils.TimeStampedAngularCoordinates extends AngularCoordinates implements Serializable
- serialVersionUID:
- 20140723L
-
Serialized Fields
-
date
AbsoluteDate date
The date.
-
-
Class org.orekit.utils.TimeStampedPVCoordinates extends PVCoordinates implements Serializable
- serialVersionUID:
- 20140723L
-
Serialization Methods
-
writeReplace
@DefaultDataContext private Object writeReplace()
Replace the instance with a data transfer object for serialization.
-
-
Serialized Fields
-
date
AbsoluteDate date
The date.
-
-
-
Package org.orekit.utils.units
-
Class org.orekit.utils.units.Unit extends Object implements Serializable
- serialVersionUID:
- 20210402L
-