Uses of Interface
nom.tam.util.Cursor
Packages that use Cursor
-
Uses of Cursor in nom.tam.fits
Fields in nom.tam.fits declared as CursorModifier and TypeFieldDescriptionprivate Cursor<String,
HeaderCard> Header.iter
This iterator allows one to run through the list.Methods in nom.tam.fits that return CursorModifier and TypeMethodDescriptionHeader.iterator()
Header.iterator
(int index) (package private) Cursor<String,
HeaderCard> Header.positionAfterIndex
(IFitsHeader prefix, int col) Find the end of a set of keywords describing a column or axis (or anything else terminated by an index.Methods in nom.tam.fits with parameters of type CursorModifier and TypeMethodDescription(package private) int
AsciiTable.addColInfo
(int col, Cursor<String, HeaderCard> iter) (package private) void
BinaryTable.fillForColumn
(Header h, int col, Cursor<String, HeaderCard> iter) Update the header to reflect the details of a given column. -
Uses of Cursor in nom.tam.image.compression.hdu
Methods in nom.tam.image.compression.hdu with parameters of type CursorModifier and TypeMethodDescriptionprivate void
BackupRestoreUnCompressedHeaderCard.addHeaderCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator, IFitsHeader targetKey) static void
BackupRestoreUnCompressedHeaderCard.backup
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected void
BackupRestoreUnCompressedHeaderCard.backupCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) default behaviour is to ignore the card and by that to exclude it from the uncompressed header if it does not have a uncompressed equivalent..static void
BackupRestoreUnCompressedHeaderCard.restore
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected void
BackupRestoreUnCompressedHeaderCard.restoreCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) -
Uses of Cursor in nom.tam.util
Classes in nom.tam.util that implement CursorMethods in nom.tam.util that return Cursor