public class UploadConeTable extends AbstractStarTable
This is a one-shot sequential table - only one row sequence may be taken out from it.
| Constructor and Description |
|---|
UploadConeTable(ConeQueryRowSequence coneSeq,
RowMapper<?> rowMapper,
String idName,
String raName,
String decName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
The
AbstractStarTable implementation of this method
does nothing. |
int |
getColumnCount()
Returns the number of columns in this table.
|
ColumnInfo |
getColumnInfo(int icol)
Returns the object describing the data in a given column.
|
long |
getRowCount()
Returns the number of rows in this table, if known.
|
RowSequence |
getRowSequence()
Returns an object which can iterate over all the rows in the table
sequentially.
|
checkedLongToInt, getCell, getColumnAuxDataInfos, getName, getParameters, getRow, getRowAccess, getRowSplittable, getURL, isRandom, setName, setParameters, setURLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterByName, setParameterpublic UploadConeTable(ConeQueryRowSequence coneSeq, RowMapper<?> rowMapper, String idName, String raName, String decName)
coneSeq - sequence of positional queriesrowMapper - maps index of query to an identifier objectidName - column name for uploaded ID columnraName - column name for uploaded RA columndecName - column name for uploaded Dec columnpublic int getColumnCount()
StarTablegetColumnCount in interface StarTablegetColumnCount in class AbstractStarTablepublic ColumnInfo getColumnInfo(int icol)
StarTablegetColumnInfo in interface StarTablegetColumnInfo in class AbstractStarTableicol - the column for which header information is requiredicolpublic long getRowCount()
StarTablegetRowCount in interface StarTablegetRowCount in class AbstractStarTablepublic RowSequence getRowSequence() throws IOException
StarTablegetRowSequence in interface StarTablegetRowSequence in class AbstractStarTableIOException - if there is an error providing accesspublic void close()
throws IOException
AbstractStarTableAbstractStarTable implementation of this method
does nothing.close in interface Closeableclose in interface AutoCloseableclose in interface StarTableclose in class AbstractStarTableIOExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.