Package 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.

See:
          Description

Interface Summary
DataLoader Interface for loading data files from data providers.
DataProvider Interface for providing data files to file loaders.
 

Class Summary
BodiesElements Elements of the bodies having an effect on nutation.
ClasspathCrawler Provider for data files stored as resources in the classpath.
DataProvidersManager Singleton class managing all supported data providers.
DirectoryCrawler Provider for data files stored in a directories tree on filesystem.
NetworkCrawler Provider for data files directly fetched from network.
PoissonSeries Class representing a Poisson series for nutation or ephemeris computations.
SeriesTerm Base class for nutation series terms.
ZipJarCrawler Helper class for loading data files from a zip/jar archive.
 

Package org.orekit.data Description

This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library.

Typical examples of external data are the Earth Orientation Parameters and the leap seconds history.

Author:
L. Maisonobe


Copyright © 2017 CNES. All Rights Reserved.