Uses of Class
org.orekit.data.AbstractSelfFeedingLoader
-
Packages that use AbstractSelfFeedingLoader Package Description org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.models.earth.displacement This package provides models computing reference points displacements on Earth surface.org.orekit.models.earth.ionosphere This package provides models that simulate the impact of the ionosphere.org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of AbstractSelfFeedingLoader in org.orekit.bodies
Subclasses of AbstractSelfFeedingLoader in org.orekit.bodies Modifier and Type Class Description classJPLEphemeridesLoaderLoader for JPL ephemerides binary files (DE 4xx) and similar formats (INPOP 06/08/10). -
Uses of AbstractSelfFeedingLoader in org.orekit.frames
Subclasses of AbstractSelfFeedingLoader in org.orekit.frames Modifier and Type Class Description classAbstractEopLoaderBase class for EOP loaders. -
Uses of AbstractSelfFeedingLoader in org.orekit.gnss
Subclasses of AbstractSelfFeedingLoader in org.orekit.gnss Modifier and Type Class Description classSEMParserThis class reads SEM almanac files and providesGPS almanacs.classYUMAParserThis class reads Yuma almanac files and providesGPS almanacs. -
Uses of AbstractSelfFeedingLoader in org.orekit.models.earth.displacement
Subclasses of AbstractSelfFeedingLoader in org.orekit.models.earth.displacement Modifier and Type Class Description classOceanLoadingCoefficientsBLQFactoryFactory for ocean loading coefficients, using Onsala Space Observatory files in BLQ format. -
Uses of AbstractSelfFeedingLoader in org.orekit.models.earth.ionosphere
Subclasses of AbstractSelfFeedingLoader in org.orekit.models.earth.ionosphere Modifier and Type Class Description classKlobucharIonoCoefficientsLoaderLoads Klobuchar-Style ionospheric coefficients a given input stream. -
Uses of AbstractSelfFeedingLoader in org.orekit.models.earth.troposphere
Subclasses of AbstractSelfFeedingLoader in org.orekit.models.earth.troposphere Modifier and Type Class Description classViennaModelCoefficientsLoaderLoads Vienna tropospheric coefficients a given input stream. -
Uses of AbstractSelfFeedingLoader in org.orekit.time
Subclasses of AbstractSelfFeedingLoader in org.orekit.time Modifier and Type Class Description classAGILeapSecondFilesLoaderLoader for UTC-TAI extracted from LeapSecond file from AGI.classTAIUTCDatFilesLoaderLoader for UTC-TAI extracted from tai-utc.dat file from USNO.classUTCTAIBulletinAFilesLoaderLoader for UTC-TAI extracted from bulletin A files.classUTCTAIHistoryFilesLoaderLoader for UTC versus TAI history files.
-