Uses of Interface
org.orekit.data.DataLoader

Packages that use DataLoader
fr.cnes.sirius.patrius.signalpropagation.iono   
fr.cnes.sirius.patrius.tools.force.validation   
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.atmospheres.solarActivity   
org.orekit.forces.atmospheres.solarActivity.specialized   
org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. 
org.orekit.forces.gravity.tides.coefficients   
org.orekit.forces.gravity.variations.coefficients   
org.orekit.frames.configuration.eop   
org.orekit.models.earth This package provides models that simulate certain physical phenomena experienced in the atmosphere of the earth. 
org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's. 
org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. 
org.orekit.utils This package provides useful objects. 
 

Uses of DataLoader in fr.cnes.sirius.patrius.signalpropagation.iono
 

Classes in fr.cnes.sirius.patrius.signalpropagation.iono that implement DataLoader
 class R12Loader
          Data loader for the R12 values.
 class USKLoader
          Reader for the USK data file (file of the "NEWUSK" type).
 

Uses of DataLoader in fr.cnes.sirius.patrius.tools.force.validation
 

Classes in fr.cnes.sirius.patrius.tools.force.validation that implement DataLoader
 class PVEphemerisLoader
           Step by step ephemeris data loader.
 

Uses of DataLoader in org.orekit.data
 

Methods in org.orekit.data with parameters of type DataLoader
 boolean ZipJarCrawler.feed(Pattern supported, DataLoader visitor)
          Feed a data file loader by browsing the data collection.
 boolean DirectoryCrawler.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 NetworkCrawler.feed(Pattern supported, DataLoader visitor)
          Feed a data file loader by browsing the data collection.
 boolean ClasspathCrawler.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.
 

Uses of DataLoader in org.orekit.forces.atmospheres.solarActivity
 

Classes in org.orekit.forces.atmospheres.solarActivity that implement DataLoader
 class ACSOLFormatReader
          This class reads ACSOL format solar activity data
 class NOAAFormatReader
          This class reads ACSOL format solar activity data
 class SolarActivityDataReader
          Represents a basic solar activity file reader.
 

Uses of DataLoader in org.orekit.forces.atmospheres.solarActivity.specialized
 

Classes in org.orekit.forces.atmospheres.solarActivity.specialized that implement DataLoader
 class MarshallSolarActivityFutureEstimation
          This class reads and provides solar activity data needed by atmospheric models: F107 solar flux and Kp indexes.
 

Uses of DataLoader in org.orekit.forces.gravity.potential
 

Classes in org.orekit.forces.gravity.potential that implement DataLoader
 class EGMFormatReader
          This reader is adapted to the EGM Format.
 class GRGSFormatReader
          Reader for the GRGS gravity field format.
 class ICGEMFormatReader
          Reader for the ICGEM gravity field format.
 class PotentialCoefficientsReader
          This abstract class represents a Gravitational Potential Coefficients file reader.
 class SHMFormatReader
          Reader for the SHM gravity field format.
 

Uses of DataLoader in org.orekit.forces.gravity.tides.coefficients
 

Classes in org.orekit.forces.gravity.tides.coefficients that implement DataLoader
 class FES2004FormatReader
          Reader for FES2004 formats.
 class OceanTidesCoefficientsReader
          This abstract class represents a Ocean Tides Coefficients file reader.
 

Uses of DataLoader in org.orekit.forces.gravity.variations.coefficients
 

Classes in org.orekit.forces.gravity.variations.coefficients that implement DataLoader
 class GRGSRL02FormatReader
          Reader for the GRGS RL02 gravity field format.
 class VariablePotentialCoefficientsReader
          Abstract class representing a variable potential coefficients file reader.
 

Uses of DataLoader in org.orekit.frames.configuration.eop
 

Subinterfaces of DataLoader in org.orekit.frames.configuration.eop
 interface EOP1980HistoryLoader
          Interface for loading Earth Orientation Parameters 1980 history.
 interface EOP2000HistoryLoader
          Interface for loading Earth Orientation Parameters 2000 history.
 

Classes in org.orekit.frames.configuration.eop that implement DataLoader
 class BulletinBFilesLoader
          Loader for bulletin B files.
 class EOP05C04FilesLoader
          Loader for EOP 05 C04 files.
 class EOP08C04FilesLoader
          Loader for EOP 08 C04 files.
 class NoEOP1980HistoryLoader
          NoEOP2000History.
 class RapidDataAndPredictionColumnsLoader
          Loader for IERS rapid data and prediction files in columns format (finals file).
 class RapidDataAndPredictionXMLLoader
          Loader for IERS rapid data and prediction file in XML format (finals file).
 

Uses of DataLoader in org.orekit.models.earth
 

Classes in org.orekit.models.earth that implement DataLoader
 class COFFileFormatReader
          Reader for COF file formats for geomagnetic models.
 class GeoMagneticModelReader
          Loads geomagnetic field models from a given input stream.
 

Uses of DataLoader in org.orekit.propagation.analytical.tle
 

Classes in org.orekit.propagation.analytical.tle that implement DataLoader
 class TLESeries
          This class reads and handles series of TLEs for one space object.
 

Uses of DataLoader in org.orekit.time
 

Subinterfaces of DataLoader in org.orekit.time
 interface UTCTAILoader
          Interface for loading UTC-TAI offsets data files.
 

Uses of DataLoader in org.orekit.utils
 

Classes in org.orekit.utils that implement DataLoader
 class InterpolationTableLoader
          Used to read an interpolation table from a data file.
 



Copyright © 2017 CNES. All Rights Reserved.