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.iterThis 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) intAsciiTable.addColInfo(int col, Cursor<String, HeaderCard> iter) (package private) voidBinaryTable.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 voidBackupRestoreUnCompressedHeaderCard.addHeaderCard(HeaderCard card, Cursor<String, HeaderCard> headerIterator, IFitsHeader targetKey) static voidBackupRestoreUnCompressedHeaderCard.backup(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected voidBackupRestoreUnCompressedHeaderCard.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 voidBackupRestoreUnCompressedHeaderCard.restore(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected voidBackupRestoreUnCompressedHeaderCard.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