uk.ac.starlink.votable.UnifiedFitsTableWriter
instead@Deprecated public class ColFitsTableWriter extends AbstractFitsTableWriter
StarTable
in a column-oriented
FITS binary table format.
The table data is stored in a BINTABLE extension which has a single row;
each cell in this row contains the data for an entire column of the
represented table.
This rather specialised format may provide good performance for certain operations on very large, especially very wide, tables. Although it is FITS and can therefore be used in principle for data interchange, in practice most non-STIL processors are unlikely to be able to do much useful with it.
Constructor and Description |
---|
ColFitsTableWriter()
Deprecated.
Default constructor.
|
ColFitsTableWriter(String name,
WideFits wide)
Deprecated.
allows some configuration options but not others;
use no-arg constructor and configuration methods instead
|
Modifier and Type | Method and Description |
---|---|
protected FitsTableSerializer |
createSerializer(StarTable table)
Deprecated.
Provides a suitable serializer for a given table.
|
boolean |
looksLikeFile(String location)
Deprecated.
Indicates whether the destination is of a familiar form for this
kind of writer.
|
getAllowSignedByte, getAllowZeroLengthString, getConfig, getCurrentDate, getFormatName, getMetadataCards, getMimeType, getPadCharacter, getWide, getWriteDate, setAllowSignedByte, setAllowZeroLengthString, setFormatName, setPadCharacter, setWide, setWriteDate, writePrimaryHDU, writeStarTable, writeStarTables, writeStarTables, writeTableHDU
writeStarTable, writeStarTable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
writeStarTable
public ColFitsTableWriter()
@Deprecated public ColFitsTableWriter(String name, WideFits wide)
public boolean looksLikeFile(String location)
StarTableWriter
true
for values of location
which look like
the normal form for their output format, for instance one with
the usual file extension.location
- the location name (probably filename)true
iff it looks like a file this writer would
normally writeprotected FitsTableSerializer createSerializer(StarTable table) throws IOException
AbstractFitsTableWriter
createSerializer
in class AbstractFitsTableWriter
table
- table to serializeIOException
- if the table can't be writtenCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.