Uses of Class
org.orekit.frames.ITRFVersion
-
Packages that use ITRFVersion Package Description org.orekit.files.sinex This package provides classes related to station data.org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of ITRFVersion in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return ITRFVersion Modifier and Type Method Description ITRFVersionSinexLoader. getITRFVersion()Get the ITRF version used for the EOP entries processing.Methods in org.orekit.files.sinex with parameters of type ITRFVersion Modifier and Type Method Description EOPEntrySinexEopEntry. toEopEntry(IERSConventions.NutationCorrectionConverter converter, ITRFVersion version, TimeScale scale)Converts to anEOPEntry. -
Uses of ITRFVersion in org.orekit.frames
Methods in org.orekit.frames that return ITRFVersion Modifier and Type Method Description ITRFVersionHelmertTransformation.Predefined. getDestination()Get the destination ITRF.ITRFVersionITRFVersion.Converter. getDestination()Get the destination ITRF.ITRFVersionEOPEntry. getITRFType()Get the ITRF version this entry defines.ITRFVersionEOPHistory. getITRFVersion(AbsoluteDate date)Get the ITRF version.static ITRFVersionITRFVersion. getITRFVersion(int year)Find an ITRF version from its reference year.static ITRFVersionITRFVersion. getITRFVersion(String name)Find an ITRF version from its name.ITRFVersionVersionedITRF. getITRFVersion()Get the ITRF version.static ITRFVersionITRFVersion. getLast()Get last supported ITRF version.ITRFVersionHelmertTransformation.Predefined. getOrigin()Get the origin ITRF.ITRFVersionITRFVersion.Converter. getOrigin()Get the origin ITRF.ITRFVersionITRFVersionLoader.ITRFVersionConfiguration. getVersion()Get ITRF version.static ITRFVersionITRFVersion. 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.ConverterITRFVersion. getConverter(ITRFVersion origin, ITRFVersion destination)Find a converter between specified ITRF frames.static ITRFVersion.ConverterITRFVersion. getConverter(ITRFVersion origin, ITRFVersion destination, TimeScale tt)Find a converter between specified ITRF frames.VersionedITRFAbstractFrames. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)VersionedITRFFrames. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)Get an specific International Terrestrial Reference Frame.static VersionedITRFFramesFactory. getITRF(ITRFVersion version, IERSConventions conventions, boolean simpleEOP)Get a 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 xRate, double yRate, double ddPsi, double ddEps, double dx, double dy, ITRFVersion itrfType, AbsoluteDate date)Simple constructor.ITRFVersionConfiguration(String prefix, ITRFVersion version, int validityStart, int validityEnd)Simple constructor.
-