|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.transformations.VEISProvider
public final class VEISProvider
Veis 1950 Frame.
Its parent frame is the GTODProvider
without EOP correction application.
This frame is mainly provided for consistency with legacy softwares.
Constructor Summary | |
---|---|
VEISProvider()
Constructor for the singleton. |
Method Summary | |
---|---|
Transform |
getTransform(AbsoluteDate date)
Get the transform from GTOD at specified date. |
Transform |
getTransform(AbsoluteDate date,
boolean computeSpinDerivatives)
Get the transform from GTOD at specified date. |
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the Transform corresponding to specified date. |
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the Transform corresponding to specified date. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VEISProvider() throws OrekitException
OrekitException
- if EOP data cannot be readMethod Detail |
---|
public Transform getTransform(AbsoluteDate date) throws OrekitException
getTransform
in interface TransformProvider
date
- new value of the date
OrekitException
- if data embedded in the library cannot be readpublic Transform getTransform(AbsoluteDate date, boolean computeSpinDerivatives) throws OrekitException
getTransform
in interface TransformProvider
date
- new value of the datecomputeSpinDerivatives
- unused param
OrekitException
- if data embedded in the library cannot be readpublic Transform getTransform(AbsoluteDate date, FramesConfiguration config) throws OrekitException
Transform
corresponding to specified date.
Warning: spin derivative is not computed.
getTransform
in interface TransformProvider
date
- current dateconfig
- frames configuration to use
OrekitException
- if transform cannot be computed at given datepublic Transform getTransform(AbsoluteDate date, FramesConfiguration config, boolean computeSpinDerivatives) throws OrekitException
Transform
corresponding to specified date.
getTransform
in interface TransformProvider
date
- current dateconfig
- frames configuration to usecomputeSpinDerivatives
- true if spin derivatives should be computed. If not, spin derivative is set to null
OrekitException
- if transform cannot be computed at given date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |