Class EGMFormatReader

java.lang.Object
org.orekit.forces.gravity.potential.PotentialCoefficientsReader
org.orekit.forces.gravity.potential.EGMFormatReader
All Implemented Interfaces:
DataLoader

public class EGMFormatReader extends PotentialCoefficientsReader
This reader is adapted to the EGM Format.

The proper way to use this class is to call the GravityFieldFactory which will determine which reader to use with the selected gravity field file.

Author:
Fabien Maussion
See Also:
  • Constructor Details

    • EGMFormatReader

      public EGMFormatReader(String supportedNames, boolean missingCoefficientsAllowed)
      Simple constructor.
      Parameters:
      supportedNames - regular expression for supported files names
      missingCoefficientsAllowed - if true, allows missing coefficients in the input data
    • EGMFormatReader

      public EGMFormatReader(String supportedNames, boolean missingCoefficientsAllowed, boolean useWgs84Coefficients)
      Simple constructor that allows overriding 'standard' EGM96 ae and mu with WGS84 variants.
      Parameters:
      supportedNames - regular expression for supported files names
      missingCoefficientsAllowed - if true, allows missing coefficients in the input data
      useWgs84Coefficients - if true, the WGS84 values will be used for equatorial radius and central attraction coefficient
  • Method Details