Serializable, TransformProviderpublic class L1TransformProvider extends Object implements TransformProvider
| Constructor | Description |
|---|---|
L1TransformProvider(CelestialBody primaryBody,
CelestialBody secondaryBody) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Transform |
getTransform(AbsoluteDate date) |
Get the
Transform corresponding to specified date. |
<T extends RealFieldElement<T>> |
getTransform(FieldAbsoluteDate<T> date) |
Get the
FieldTransform corresponding to specified date. |
public L1TransformProvider(CelestialBody primaryBody, CelestialBody secondaryBody) throws OrekitException
primaryBody - Primary body.secondaryBody - Secondary body.OrekitException - in .getInertiallyOrientedFrame() if frame cannot be retrievedpublic Transform getTransform(AbsoluteDate date) throws OrekitException
Transform corresponding to specified date.getTransform in interface TransformProviderdate - current dateOrekitException - if transform cannot be computed at given datepublic <T extends RealFieldElement<T>> FieldTransform<T> getTransform(FieldAbsoluteDate<T> date) throws OrekitException
FieldTransform corresponding to specified date.getTransform in interface TransformProviderT - type of the field elementsdate - current dateOrekitException - if transform cannot be computed at given dateCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.