alma.aedf.types
Class SpectralWindowTable
java.lang.Object
|
+--alma.aedf.types.Table
|
+--alma.aedf.types.SpectralWindowTable
- public class SpectralWindowTable
- extends Table
Method Summary |
static SpectralWindowTable |
fromXML(java.lang.String xmlString)
A static method to build a SpectralWindowTable from its VOTABLE representation. |
SpectralWindow |
get(int index)
Get the SpectralWindow stored at index (0-based). |
Methods inherited from class alma.aedf.types.Table |
add, getAedfType, getAEDFXMLDirectory, getProjectUID, getRow, getUID, nRows, parseXML, setAEDFXMLDirectory, setProjectUID, setProperty, setUID, toXML |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpectralWindowTable
public SpectralWindowTable()
- An nullary constructor.
SpectralWindowTable
public SpectralWindowTable(java.lang.String itsUID,
java.lang.String projectUID)
throws java.lang.Exception
- A full constructor.
- Parameters:
itsUID
- projectUID
-
get
public SpectralWindow get(int index)
- Get the SpectralWindow stored at index (0-based).
- Parameters:
index
- The position where to retrieve the SpectralWindow.
- Returns:
- The Feed at index.
fromXML
public static SpectralWindowTable fromXML(java.lang.String xmlString)
- A static method to build a SpectralWindowTable from its VOTABLE representation.
- Parameters:
xmlString
- containing the VOTABLE representation of the table to create.
- Returns:
- a SpectralWindowTable.