public class CdfStarTable
extends uk.ac.starlink.table.AbstractStarTable
| Constructor and Description |
|---|
CdfStarTable(uk.ac.bristol.star.cdf.CdfContent content,
CdfTableProfile profile)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCell(long irow,
int icol) |
int |
getColumnCount() |
uk.ac.starlink.table.ColumnInfo |
getColumnInfo(int icol) |
long |
getRowCount() |
uk.ac.starlink.table.RowSequence |
getRowSequence() |
boolean |
isRandom() |
public CdfStarTable(uk.ac.bristol.star.cdf.CdfContent content,
CdfTableProfile profile)
throws java.io.IOException
content - CDF data content objectprofile - parameterisation of how CDFs should get turned
into StarTablesjava.io.IOExceptionpublic int getColumnCount()
getColumnCount in interface uk.ac.starlink.table.StarTablegetColumnCount in class uk.ac.starlink.table.AbstractStarTablepublic long getRowCount()
getRowCount in interface uk.ac.starlink.table.StarTablegetRowCount in class uk.ac.starlink.table.AbstractStarTablepublic uk.ac.starlink.table.ColumnInfo getColumnInfo(int icol)
getColumnInfo in interface uk.ac.starlink.table.StarTablegetColumnInfo in class uk.ac.starlink.table.AbstractStarTablepublic boolean isRandom()
isRandom in interface uk.ac.starlink.table.StarTableisRandom in class uk.ac.starlink.table.AbstractStarTablepublic java.lang.Object getCell(long irow,
int icol)
throws java.io.IOException
getCell in interface uk.ac.starlink.table.StarTablegetCell in class uk.ac.starlink.table.AbstractStarTablejava.io.IOExceptionpublic uk.ac.starlink.table.RowSequence getRowSequence()
throws java.io.IOException
getRowSequence in interface uk.ac.starlink.table.StarTablegetRowSequence in class uk.ac.starlink.table.AbstractStarTablejava.io.IOExceptionCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.