Uses of Interface
fr.cnes.sirius.patrius.tools.ephemerisComparator.DeviationProvider

Packages that use DeviationProvider
fr.cnes.sirius.patrius.tools.ephemerisComparator   
 

Uses of DeviationProvider in fr.cnes.sirius.patrius.tools.ephemerisComparator
 

Classes in fr.cnes.sirius.patrius.tools.ephemerisComparator that implement DeviationProvider
 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.
 

Methods in fr.cnes.sirius.patrius.tools.ephemerisComparator that return types with arguments of type DeviationProvider
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.
 

Methods in fr.cnes.sirius.patrius.tools.ephemerisComparator with parameters of type DeviationProvider
 double QuaternionDPFacade.computeDeviationTo(boolean absolute, DeviationProvider obj, boolean positive)
          computes the deviation in angle between the stored rotation 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 PVCoordinatesDPFacade.computeDeviationTo(boolean absolute, DeviationProvider obj, boolean positive)
          computes the deviation in seconds between the stored PV 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 DoubleDPFacade.computeDeviationTo(boolean absolute, DeviationProvider obj, boolean positive)
          computes the relative deviation between the stored double value and the given one.
 double DateDPFacade.computeDeviationTo(boolean absolute, DeviationProvider obj, boolean positive)
          computes the deviation in seconds between the stored date and the given one.
 



Copyright © 2017 CNES. All Rights Reserved.