Interface TableLocator


  • public interface TableLocator
    Interface which describes turning a string into a StarTable object.
    Since:
    20 Oct 2008
    Author:
    Mark Taylor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      uk.ac.starlink.table.StarTable getTable​(java.lang.String location)
      Returns a new or used table which is named by a given location.
    • Method Detail

      • getTable

        uk.ac.starlink.table.StarTable getTable​(java.lang.String location)
                                         throws java.io.IOException
        Returns a new or used table which is named by a given location.
        Parameters:
        location - table location
        Returns:
        table named by location
        Throws:
        java.io.IOException