Interface TableMapping

  • All Known Implementing Classes:
    Match2Mapping, SkyMatch2Mapping

    public interface TableMapping
    Defines an operation which maps zero or more tables on input to a table on output.
    Since:
    15 Aug 2005
    Author:
    Mark Taylor
    • Method Detail

      • mapTables

        uk.ac.starlink.table.StarTable mapTables​(InputTableSpec[] in)
                                          throws java.io.IOException,
                                                 uk.ac.starlink.task.TaskException
        Perform table mapping.
        Parameters:
        in - input tables
        Returns:
        result of processing input tables
        Throws:
        java.io.IOException
        uk.ac.starlink.task.TaskException