|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FramesConfiguration | |
---|---|
fr.cnes.sirius.validate.mocks.ephemeris | |
org.orekit.attitudes | This package provides classes to represent simple attitudes. |
org.orekit.frames | This package provides classes to handle frames and transforms between them. |
org.orekit.frames.configuration | |
org.orekit.frames.transformations |
Uses of FramesConfiguration in fr.cnes.sirius.validate.mocks.ephemeris |
---|
Constructors in fr.cnes.sirius.validate.mocks.ephemeris with parameters of type FramesConfiguration | |
---|---|
UserCelestialBody(IEphemerisBody body,
IUserEphemeris ephemeris,
FramesConfiguration framesConfigurationIn)
Constructor with frame configuration. |
Uses of FramesConfiguration in org.orekit.attitudes |
---|
Methods in org.orekit.attitudes with parameters of type FramesConfiguration | |
---|---|
Transform |
OrientationTransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the Transform corresponding to specified date. |
Transform |
AttitudeTransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the Transform corresponding to specified date. |
Transform |
OrientationTransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the Transform corresponding to specified date. |
Transform |
AttitudeTransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the Transform corresponding to specified date. |
Uses of FramesConfiguration in org.orekit.frames |
---|
Methods in org.orekit.frames that return FramesConfiguration | |
---|---|
static FramesConfiguration |
FramesFactory.getConfiguration()
Getter for the current configuration. |
Methods in org.orekit.frames with parameters of type FramesConfiguration | |
---|---|
Transform |
Frame.getTransformTo(Frame destination,
AbsoluteDate date,
FramesConfiguration config)
Get the transform from the instance to another frame. |
Transform |
Frame.getTransformTo(Frame destination,
AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from the instance to another frame. |
static void |
FramesFactory.setConfiguration(FramesConfiguration newCfg)
Sets a new configuration. |
Uses of FramesConfiguration in org.orekit.frames.configuration |
---|
Classes in org.orekit.frames.configuration that implement FramesConfiguration | |
---|---|
class |
FramesConfigurationImplementation
This class represents a frames configuration. |
Methods in org.orekit.frames.configuration that return FramesConfiguration | |
---|---|
FramesConfiguration |
FramesConfigurationBuilder.getConfiguration()
Configuration builder using the current builder providers. |
static FramesConfiguration |
FramesConfigurationFactory.getIERS2003Configuration(boolean ignoreTides)
Gets the default IERS2003 configuration (always the same instance, not a new one). |
static FramesConfiguration |
FramesConfigurationFactory.getIERS2010Configuration()
Gets the default IERS2010 configuration (always the same instance, not a new one). |
static FramesConfiguration |
FramesConfigurationFactory.getStelaConfiguration()
Gets the official STELA configuration (always the same instance, not a new one). |
Constructors in org.orekit.frames.configuration with parameters of type FramesConfiguration | |
---|---|
FramesConfigurationBuilder(FramesConfiguration config)
Public constructor. |
Uses of FramesConfiguration in org.orekit.frames.transformations |
---|
Methods in org.orekit.frames.transformations with parameters of type FramesConfiguration | |
---|---|
Transform |
VEISProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the Transform corresponding to specified date. |
Transform |
MODProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transfrom from parent frame. |
Transform |
CIRFProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from GCRF to CIRF2000 at the specified date. |
Transform |
TEMEProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from True Of Date date. |
Transform |
ITRFProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from TIRF 2000 at specified date. |
Transform |
TIRFProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from CIRF 2000 at specified date. |
Transform |
EODProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the Transform corresponding to specified date. |
Transform |
FixedTransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the Transform corresponding to specified date. |
Transform |
ITRFEquinoxProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from GTOD at specified date. |
Transform |
GTODProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from TOD at specified date. |
Transform |
TransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the Transform corresponding to specified date. |
Transform |
HelmertTransformation.getTransform(AbsoluteDate date,
FramesConfiguration config)
Compute the transform at some date. |
Transform |
TODProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from Mean Of Date at specified date. |
Transform |
InterpolatingTransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the Transform corresponding to specified date. |
Transform |
VEISProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the Transform corresponding to specified date. |
Transform |
MODProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transfrom from parent frame. |
Transform |
CIRFProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from GCRF to CIRF2000 at the specified date. |
Transform |
TEMEProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from True Of Date date. |
Transform |
ITRFProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from TIRF 2000 at specified date. |
Transform |
TIRFProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from CIRF 2000 at specified date. |
Transform |
EODProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the Transform corresponding to specified date. |
Transform |
FixedTransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the Transform corresponding to specified date. |
Transform |
ITRFEquinoxProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from GTOD at specified date. |
Transform |
GTODProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from TOD at specified date. |
Transform |
TransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the Transform corresponding to specified date. |
Transform |
HelmertTransformation.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Compute the transform at some date. |
Transform |
TODProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from Mean Of Date at specified date. |
Transform |
InterpolatingTransformProvider.getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the Transform corresponding to specified date. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |