Uses of Class
org.orekit.frames.ITRFVersion
-
Packages that use ITRFVersion Package Description org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of ITRFVersion in org.orekit.frames
Methods in org.orekit.frames that return ITRFVersion Modifier and Type Method Description ITRFVersion
HelmertTransformation.Predefined. getDestination()
Get the destination ITRF.ITRFVersion
ITRFVersion.Converter. getDestination()
Get the destination ITRF.ITRFVersion
EOPEntry. getITRFType()
Get the ITRF version this entry defines.ITRFVersion
EOPHistory. getITRFVersion(AbsoluteDate date)
Get the ITRF version.static ITRFVersion
ITRFVersion. getITRFVersion(int year)
Find an ITRF version from its reference year.static ITRFVersion
ITRFVersion. getITRFVersion(String name)
Find an ITRF version from its name.ITRFVersion
VersionedITRF. getITRFVersion()
Get the ITRF version.ITRFVersion
HelmertTransformation.Predefined. getOrigin()
Get the origin ITRF.ITRFVersion
ITRFVersion.Converter. getOrigin()
Get the origin ITRF.static ITRFVersion
ITRFVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static ITRFVersion[]
ITRFVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.frames with parameters of type ITRFVersion Modifier and Type Method Description static ITRFVersion.Converter
ITRFVersion. getConverter(ITRFVersion origin, ITRFVersion destination)
Find a converter between specified ITRF frames.static VersionedITRF
FramesFactory. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)
Get an specific International Terrestrial Reference Frame.Constructors in org.orekit.frames with parameters of type ITRFVersion Constructor Description EOPEntry(int mjd, double dt, double lod, double x, double y, double ddPsi, double ddEps, double dx, double dy, ITRFVersion itrfType)
Simple constructor.
-