Package | Description |
---|---|
org.orekit.data |
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
org.orekit.models.earth.atmosphere.data |
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
|
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.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractSelfFeedingLoader.feed(DataLoader loader)
Feed the given loader with
AbstractSelfFeedingLoader.getDataProvidersManager() and AbstractSelfFeedingLoader.getSupportedNames() . |
boolean |
ZipJarCrawler.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
DataProvider.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
DirectoryCrawler.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
AbstractListCrawler.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
ClasspathCrawler.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
DataProvidersManager.feed(String supportedNames,
DataLoader loader)
Feed a data file loader by browsing all data providers.
|
Modifier and Type | Class and Description |
---|---|
class |
AstronomicalAmplitudeReader
Parser for tides astronomical amplitude Hf.
|
class |
EGMFormatReader
This reader is adapted to the EGM Format.
|
class |
FESCHatEpsilonReader
Reader for ocean tides files following the fes2004.dat format.
|
class |
FESCnmSnmReader
Reader for ocean tides files following the fes2004_Cnm-Snm.dat format.
|
class |
GRGSFormatReader
Reader for the GRGS gravity field format.
|
class |
ICGEMFormatReader
Reader for the ICGEM gravity field format.
|
class |
OceanTidesReader
Reader for ocean tides coefficients.
|
class |
PotentialCoefficientsReader
This abstract class represents a Gravitational Potential Coefficients file reader.
|
class |
SHMFormatReader
Reader for the SHM gravity field format.
|
Modifier and Type | Class and Description |
---|---|
class |
RinexObservationLoader.Parser
Parser for rinex files.
|
class |
SEMParser
This class reads SEM almanac files and provides
GPS almanacs . |
class |
YUMAParser
This class reads Yuma almanac files and provides
GPS almanacs . |
Modifier and Type | Class and Description |
---|---|
class |
GeoMagneticModelLoader
Loads geomagnetic field models from a given input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
CssiSpaceWeatherDataLoader
This class reads solar activity data from CSSI Space Weather files for the
class
CssiSpaceWeatherData . |
class |
MarshallSolarActivityFutureEstimation
This class reads and provides solar activity data needed by
atmospheric models: F107 solar flux, Ap and Kp indexes.
|
Modifier and Type | Class and Description |
---|---|
class |
KlobucharIonoCoefficientsLoader
Loads Klobuchar-Style ionospheric coefficients a given input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
ViennaModelCoefficientsLoader
Loads Vienna tropospheric coefficients a given input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
InterpolationTableLoader
Used to read an interpolation table from a data file.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.