Interface DatasetReader

    • Method Detail

      • read

        InterpolationDataset read​(File file)
                           throws IOException
        Creates an InterpolationDataset using the dataset stored in the file.
        Specified by:
        read in interface AbstractReader<InterpolationDataset>
        Parameters:
        file - a file with a supported extension containing the information needed to create an InterpolationDataset.
        Returns:
        an InterpolationDataset, which not only stores the information contained in file, but also provides means of interpolation.
        Throws:
        IOException - if something goes wrong with reading the file