Class FESCnmSnmReader

java.lang.Object
org.orekit.forces.gravity.potential.OceanTidesReader
org.orekit.forces.gravity.potential.FESCnmSnmReader
All Implemented Interfaces:
DataLoader

public class FESCnmSnmReader extends OceanTidesReader
Reader for ocean tides files following the fes2004_Cnm-Snm.dat format.
Since:
6.1
Author:
Luc Maisonobe
  • Constructor Details

    • FESCnmSnmReader

      public FESCnmSnmReader(String supportedNames, double scale)
      Simple constructor.
      Parameters:
      supportedNames - regular expression for supported files names
      scale - scale of the Cnm, Snm parameters
  • Method Details

    • loadData

      public void loadData(InputStream input, String name) throws IOException
      Load data from a stream.
      Parameters:
      input - data input stream
      name - name of the file (or zip entry)
      Throws:
      IOException - if data can't be read