Uses of Class
org.orekit.frames.EopDataType
-
Packages that use EopDataType Package Description org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of EopDataType in org.orekit.frames
Methods in org.orekit.frames that return EopDataType Modifier and Type Method Description EopDataTypeEOPEntry. getEopDataType()Get the EOP data type.EopDataTypeEOPHistory. getEopDataType(AbsoluteDate date)Get the EOP data type.static EopDataTypeEopDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static EopDataType[]EopDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.frames with parameters of type EopDataType 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, EopDataType eopDataType)Simple constructor.
-