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 class
JPLEphemeridesLoader
Loader 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 class
AbstractEopLoader
Base class for EOP loaders. -
Uses of AbstractSelfFeedingLoader in org.orekit.gnss
Subclasses of AbstractSelfFeedingLoader in org.orekit.gnss Modifier and Type Class Description class
SEMParser
This class reads SEM almanac files and providesGPS almanacs
.class
YUMAParser
This 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 class
OceanLoadingCoefficientsBLQFactory
Factory 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 class
KlobucharIonoCoefficientsLoader
Loads 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 class
ViennaModelCoefficientsLoader
Loads 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 class
AGILeapSecondFilesLoader
Loader for UTC-TAI extracted from LeapSecond file from AGI.class
TAIUTCDatFilesLoader
Loader for UTC-TAI extracted from tai-utc.dat file from USNO.class
UTCTAIBulletinAFilesLoader
Loader for UTC-TAI extracted from bulletin A files.class
UTCTAIHistoryFilesLoader
Loader for UTC versus TAI history files.
-