Method | Description |
---|---|
uk.ac.starlink.table.StarTableFactory.makeStarTable(URL) |
Use
makeStarTable(new URLDataSource(url)) |
uk.ac.starlink.table.Tables.getUtype(ValueInfo) |
use
ValueInfo.getUtype() instead |
uk.ac.starlink.table.Tables.setUtype(ValueInfo, String) |
use
DefaultValueInfo.setUtype(java.lang.String) instead |
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.