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.drag.atmosphere.data |
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
|
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.propagation.analytical.tle |
This package provides classes to read and extrapolate tle's.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
ClasspathCrawler.feed(Pattern supported,
DataLoader visitor) |
Feed a data file loader by browsing the data collection.
|
boolean |
DataProvider.feed(Pattern supported,
DataLoader visitor) |
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.
|
boolean |
DirectoryCrawler.feed(Pattern supported,
DataLoader visitor) |
Feed a data file loader by browsing the data collection.
|
boolean |
NetworkCrawler.feed(Pattern supported,
DataLoader visitor) |
Feed a data file loader by browsing the data collection.
|
boolean |
ZipJarCrawler.feed(Pattern supported,
DataLoader visitor) |
Feed a data file loader by browsing the data collection.
|
Modifier and Type | Class | Description |
---|---|---|
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 | 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 | Description |
---|---|---|
class |
RinexLoader.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 | Description |
---|---|---|
class |
GeoMagneticModelLoader |
Loads geomagnetic field models from a given input stream.
|
class |
KlobucharIonoCoefficientsLoader |
Loads Klobuchar-Style ionospheric coefficients a given input stream.
|
class |
ViennaModelCoefficientsLoader |
Loads Vienna tropospheric coefficients a given input stream.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TLESeries |
Deprecated.
as of 9.0, this class is deprecated without replacement. The file format
used was considered to be too specific and the API not really well designed. Users are
encouraged to use their own parser for series of TLE
|
Modifier and Type | Class | Description |
---|---|---|
class |
InterpolationTableLoader |
Used to read an interpolation table from a data file.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.