Uses of Record Class
org.orekit.frames.EOPOrigin
Packages that use EOPOrigin
Package
Description
This package provides classes to handle frames and transforms between them.
-
Uses of EOPOrigin in org.orekit.frames
Methods in org.orekit.frames that return EOPOriginModifier and TypeMethodDescriptionEOPEntry.getCipOrigin()Get the origin for Celestial Intermediate Pole.EOPEntry.getDtOrigin()Get the origin for X, Y, UT1-UTC and LOD.EOPEntry.getNutOrigin()Get the origin for nutation.Methods in org.orekit.frames with parameters of type EOPOriginConstructors in org.orekit.frames with parameters of type EOPOriginModifierConstructorDescriptionEOPEntry(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, EopDataType eopDataType, EOPOrigin dtOrigin, EOPOrigin nutOrigin, EOPOrigin cipOrigin) Constructor from raw elements.