Class 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 Detail

      • 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 Detail

      • 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