Package org.orekit.frames
Class VersionedITRF
- java.lang.Object
-
- org.orekit.frames.Frame
-
- org.orekit.frames.VersionedITRF
-
- All Implemented Interfaces:
Serializable
public class VersionedITRF extends Frame
Specific version of International Terrestrial Reference Frame.This class represents an ITRF with a specific version, regardless of the version of the underlying
Earth Orientation Parameters
.- Since:
- 9.2
- Author:
- Luc Maisonobe
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITRFVersion
getITRFVersion()
Get the ITRF version.-
Methods inherited from class org.orekit.frames.Frame
getAncestor, getDepth, getFrozenFrame, getKinematicTransformTo, getKinematicTransformTo, getName, getParent, getRoot, getStaticTransformTo, getStaticTransformTo, getTransformProvider, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, toString
-
-
-
-
Method Detail
-
getITRFVersion
public ITRFVersion getITRFVersion()
Get the ITRF version.- Returns:
- ITRF version
-
-