Uses of Interface
nom.tam.util.Cursor
-
Packages that use Cursor Package Description nom.tam.fits nom.tam.image.compression.hdu nom.tam.util -
-
Uses of Cursor in nom.tam.fits
Fields in nom.tam.fits declared as Cursor Modifier and Type Field Description private Cursor<java.lang.String,HeaderCard>Header. iterThis iterator allows one to run through the list.Methods in nom.tam.fits that return Cursor Modifier and Type Method Description Cursor<java.lang.String,HeaderCard>Header. iterator()Cursor<java.lang.String,HeaderCard>Header. iterator(int index)(package private) Cursor<java.lang.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 Cursor Modifier and Type Method Description (package private) intAsciiTable. addColInfo(int col, Cursor<java.lang.String,HeaderCard> iter)(package private) voidBinaryTable. fillForColumn(Header h, int col, Cursor<java.lang.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 Cursor Modifier and Type Method Description private voidBackupRestoreUnCompressedHeaderCard. addHeaderCard(HeaderCard card, Cursor<java.lang.String,HeaderCard> headerIterator, IFitsHeader targetKey)static voidBackupRestoreUnCompressedHeaderCard. backup(HeaderCard card, Cursor<java.lang.String,HeaderCard> headerIterator)protected voidBackupRestoreUnCompressedHeaderCard. backupCard(HeaderCard card, Cursor<java.lang.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<java.lang.String,HeaderCard> headerIterator)protected voidBackupRestoreUnCompressedHeaderCard. restoreCard(HeaderCard card, Cursor<java.lang.String,HeaderCard> headerIterator) -
Uses of Cursor in nom.tam.util
Classes in nom.tam.util that implement Cursor Modifier and Type Class Description private classHashedList.HashedListIteratorMethods in nom.tam.util that return Cursor Modifier and Type Method Description Cursor<java.lang.String,VALUE>HashedList. iterator(int n)
-