Package | Description |
---|---|
fr.cnes.sirius.patrius.tools.ephemerisComparator |
Modifier and Type | Class and Description |
---|---|
class |
DateDPFacade
This class is a facade for the use of dates.
|
class |
DoubleDPFacade
This class is a facade for the use of double precision real numbers.
|
class |
PVCoordinatesDPFacade
This class is a facade for the use of PVCoordinates.
|
class |
QuaternionDPFacade
This class is a facade for the use of quaternions.
|
class |
RotationDPFacade
This class is a facade for the use of dates.
|
class |
VectorDPFacade
This class is a facade for the use of vectors.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<DeviationProvider> |
DeviationProviderFactory.createObjectListFromData(Data<Double> data,
DataType dataType)
Transforms a list of columns of double precision values into a list of meaningful objects.
|
Modifier and Type | Method and Description |
---|---|
double |
DoubleDPFacade.computeDeviationTo(boolean absolute,
DeviationProvider obj,
boolean positive)
computes the relative deviation between the stored double value and the given one.
|
double |
QuaternionDPFacade.computeDeviationTo(boolean absolute,
DeviationProvider obj,
boolean positive)
computes the deviation in angle between the stored rotation and the given one.
|
double |
PVCoordinatesDPFacade.computeDeviationTo(boolean absolute,
DeviationProvider obj,
boolean positive)
computes the deviation in seconds between the stored PV and the given one.
|
double |
RotationDPFacade.computeDeviationTo(boolean absolute,
DeviationProvider obj,
boolean positive)
computes the deviation in angle between the stored rotation and the given one.
|
double |
VectorDPFacade.computeDeviationTo(boolean absolute,
DeviationProvider obj,
boolean positive)
computes the relative deviation between the stored vector value and the given one.
|
double |
DeviationProvider.computeDeviationTo(boolean type,
DeviationProvider obj,
boolean positive)
Computes the deviation from the current object (this) to the object in parameter.
|
double |
DateDPFacade.computeDeviationTo(boolean absolute,
DeviationProvider obj,
boolean positive)
computes the deviation in seconds between the stored date and the given one.
|
Copyright © 2019 CNES. All Rights Reserved.