- canImport(DataFlavor) - Method in class uk.ac.starlink.fits.ColFitsTableBuilder
-
- canImport(DataFlavor) - Method in class uk.ac.starlink.fits.FitsTableBuilder
-
Returns true for a flavor with the MIME type "application/fits".
- close() - Method in interface uk.ac.starlink.fits.BasicInput
-
Releases resources belonging to this object.
- close() - Method in class uk.ac.starlink.fits.ColFitsStarTable
-
- close() - Method in class uk.ac.starlink.fits.MappedFile
-
- close() - Method in class uk.ac.starlink.fits.MultiMappedFile
-
- close() - Method in class uk.ac.starlink.fits.SimpleMappedInput
-
- ColFitsStarTable - Class in uk.ac.starlink.fits
-
StarTable based on a single-row FITS BINTABLE which contains the
data for an entire column in each cell of the table.
- ColFitsStarTable(DataSource, Header, long, boolean) - Constructor for class uk.ac.starlink.fits.ColFitsStarTable
-
Constructor.
- ColFitsTableBuilder - Class in uk.ac.starlink.fits
-
Implementation of the TableBuilder
interface which reads
tables stored in column-oriented FITS binary table format.
- ColFitsTableBuilder() - Constructor for class uk.ac.starlink.fits.ColFitsTableBuilder
-
- ColFitsTableSerializer - Class in uk.ac.starlink.fits
-
Object which can serialize a StarTable to a data stream as a one-row FITS
file in which each element contains an entire column of the table.
- ColFitsTableSerializer(StarTable) - Constructor for class uk.ac.starlink.fits.ColFitsTableSerializer
-
Constructor.
- ColFitsTableWriter - Class in uk.ac.starlink.fits
-
Handles writing of a StarTable
in a column-oriented
FITS binary table format.
- ColFitsTableWriter() - Constructor for class uk.ac.starlink.fits.ColFitsTableWriter
-
- compare(String, String) - Method in class nom.tam.fits.HeaderOrder
-
- containsKey(String) - Method in class uk.ac.starlink.fits.HeaderCards
-
Indicates whether the header collection contains a card with the
given keyword.
- createFactory(DataSource, long, long) - Static method in class uk.ac.starlink.fits.InputFactory
-
Constructs an instance of this class to read a given data source.
- createFileFactory(File, long, long) - Static method in class uk.ac.starlink.fits.InputFactory
-
Constructs an instance of this class to read a given uncompressed file.
- createInput(FileChannel, long, long, String, boolean) - Static method in class uk.ac.starlink.fits.BlockMappedInput
-
Constructs an instance that does or does not support caching.
- createInput(FileChannel, long, long, String, int, long) - Static method in class uk.ac.starlink.fits.BlockMappedInput
-
Constructs an instance with explicit configuration.
- createInput(boolean) - Method in class uk.ac.starlink.fits.InputFactory
-
Returns a BasicInput instance to read this object's byte stream.
- createSequentialFactory(DataSource, long, long) - Static method in class uk.ac.starlink.fits.InputFactory
-
Constructs an instance of this class to read a given data source
viewed as a stream, not a file.
- createSequentialInput(DataInput) - Static method in class uk.ac.starlink.fits.InputFactory
-
Returns a non-random-access BasicInput based on a supplied input stream.
- createSerializer(StarTable) - Method in class uk.ac.starlink.fits.AbstractFitsTableWriter
-
Provides a suitable serializer for a given table.
- createSerializer(StarTable) - Method in class uk.ac.starlink.fits.ColFitsTableWriter
-
- createSerializer(StarTable) - Method in class uk.ac.starlink.fits.FitsTableWriter
-
- createSerializer(StarTable) - Method in class uk.ac.starlink.fits.HduFitsTableWriter
-
- createSerializer(StarTable) - Method in class uk.ac.starlink.fits.VariableFitsTableWriter
-
- createTable(Header, InputFactory) - Static method in class uk.ac.starlink.fits.BintableStarTable
-
Returns an instance of this class given a data access instance.
- get() - Method in class uk.ac.starlink.fits.AbstractArrayDataIO
-
Reads one byte from the current position.
- get(byte[], int, int) - Method in class uk.ac.starlink.fits.AbstractArrayDataIO
-
Reads bytes into a buffer from the current position.
- get() - Method in class uk.ac.starlink.fits.MappedFile
-
- get(byte[], int, int) - Method in class uk.ac.starlink.fits.MappedFile
-
- get() - Method in class uk.ac.starlink.fits.MultiMappedFile
-
- get(byte[], int, int) - Method in class uk.ac.starlink.fits.MultiMappedFile
-
- getBadValue(int) - Method in class uk.ac.starlink.fits.ColFitsTableSerializer
-
- getBadValue(int) - Method in interface uk.ac.starlink.fits.FitsTableSerializer
-
Returns the bad value (text of the TNULLnn card), if any, used
for a given column.
- getBadValue(int) - Method in class uk.ac.starlink.fits.StandardFitsTableSerializer
-
- getBlockCount() - Method in class uk.ac.starlink.fits.BlockMappedInput
-
Returns the number of mapped blocks used.
- getCell(long, int) - Method in class uk.ac.starlink.fits.ColFitsStarTable
-
- getCell(long, int) - Method in class uk.ac.starlink.fits.FitsStarTable
-
- getColumnAuxDataInfos() - Method in class uk.ac.starlink.fits.BintableStarTable
-
- getColumnAuxDataInfos() - Method in class uk.ac.starlink.fits.FitsStarTable
-
- getColumnCount() - Method in class uk.ac.starlink.fits.BintableStarTable
-
- getColumnCount() - Method in class uk.ac.starlink.fits.ColFitsStarTable
-
- getColumnCount() - Method in class uk.ac.starlink.fits.FitsStarTable
-
- getColumnInfo(int) - Method in class uk.ac.starlink.fits.BintableStarTable
-
- getColumnInfo(int) - Method in class uk.ac.starlink.fits.ColFitsStarTable
-
- getColumnInfo(int) - Method in class uk.ac.starlink.fits.FitsStarTable
-
- getColumnOffsets() - Method in class uk.ac.starlink.fits.BintableStarTable
-
Returns the array of byte offsets from the start of the row at
which each column starts.
- getCurrentDate() - Static method in class uk.ac.starlink.fits.AbstractFitsTableWriter
-
Returns an ISO-8601 data string representing the time at which this
method is called.
- getDataSize(Header) - Static method in class uk.ac.starlink.fits.FitsConstants
-
Utility function to find the number of bytes in the data segment
of an HDU.
- getDimensions(int) - Method in class uk.ac.starlink.fits.ColFitsTableSerializer
-
- getDimensions(int) - Method in interface uk.ac.starlink.fits.FitsTableSerializer
-
Returns the dimensions of the items which will be output for a
given column.
- getDimensions(int) - Method in class uk.ac.starlink.fits.StandardFitsTableSerializer
-
- getDoubleValue(String) - Method in class uk.ac.starlink.fits.HeaderCards
-
Returns the double value for a card with a given key.
- getFilePointer() - Method in class uk.ac.starlink.fits.MappedFile
-
- getFilePointer() - Method in class uk.ac.starlink.fits.MultiMappedFile
-
- getFormatChar(int) - Method in class uk.ac.starlink.fits.ColFitsTableSerializer
-
- getFormatChar(int) - Method in interface uk.ac.starlink.fits.FitsTableSerializer
-
Returns the FITS TFORM letter which describes the type of data
output for a given column.
- getFormatChar(int) - Method in class uk.ac.starlink.fits.StandardFitsTableSerializer
-
- getFormatName() - Method in class uk.ac.starlink.fits.AbstractFitsTableWriter
-
- getFormatName() - Method in class uk.ac.starlink.fits.ColFitsTableBuilder
-
- getFormatName() - Method in class uk.ac.starlink.fits.FitsTableBuilder
-
Returns "FITS".
- getHeader() - Method in class uk.ac.starlink.fits.ColFitsTableSerializer
-
- getHeader() - Method in interface uk.ac.starlink.fits.FitsTableSerializer
-
Returns a header suitable for the HDU which will contain the table.
- getHeader() - Method in class uk.ac.starlink.fits.StandardFitsTableSerializer
-
- getHeader() - Method in class uk.ac.starlink.fits.VariableFitsTableSerializer
-
- getInputStreamStart(DataSource) - Static method in class uk.ac.starlink.fits.FitsConstants
-
Returns an input stream which can be used with the various FITS
classes based on a given DataSource object, positioned at the
start of the stream.
- getInstance() - Static method in class uk.ac.starlink.fits.FitsArrayBuilder
-
Returns a FitsArrayBuilder.
- getInstance() - Static method in class uk.ac.starlink.fits.FitsNdxHandler
-
Returns a FitsNdxHandler.
- getInstance() - Static method in class uk.ac.starlink.fits.Unmapper
-
Returns an instance of this class.
- getIntValue(String) - Method in class uk.ac.starlink.fits.HeaderCards
-
Returns the integer value for a card with a given key.
- getLongValue(String) - Method in class uk.ac.starlink.fits.HeaderCards
-
Returns the long value for a card with a given key.
- getMimeType() - Method in class uk.ac.starlink.fits.AbstractFitsTableWriter
-
Returns "application/fits".
- getOffset() - Method in interface uk.ac.starlink.fits.BasicInput
-
Returns the curent position in this stream
(optional operation).
- getOffset() - Method in class uk.ac.starlink.fits.BlockMappedInput
-
- getOffset() - Method in class uk.ac.starlink.fits.SimpleMappedInput
-
- getRow(long) - Method in class uk.ac.starlink.fits.ColFitsStarTable
-
- getRow(long) - Method in class uk.ac.starlink.fits.FitsStarTable
-
- getRowCount() - Method in class uk.ac.starlink.fits.BintableStarTable
-
- getRowCount() - Method in class uk.ac.starlink.fits.ColFitsStarTable
-
- getRowCount() - Method in class uk.ac.starlink.fits.ColFitsTableSerializer
-
- getRowCount() - Method in class uk.ac.starlink.fits.FitsStarTable
-
- getRowCount() - Method in interface uk.ac.starlink.fits.FitsTableSerializer
-
Returns the number of rows which will be output.
- getRowCount() - Method in class uk.ac.starlink.fits.StandardFitsTableSerializer
-
- getRowLength() - Method in class uk.ac.starlink.fits.BintableStarTable
-
Returns the number of bytes occupied in the data stream by a single
row of the table.
- getRowSequence() - Method in class uk.ac.starlink.fits.ColFitsStarTable
-
- getStringValue(String) - Method in class uk.ac.starlink.fits.HeaderCards
-
Returns the string value for a card with a given key.
- getUnusedParams() - Method in class uk.ac.starlink.fits.HeaderCards
-
Returns an array of DescribedValue objects suitable for use as
items of per-table metadata derived from this FITS header.