Uses of Interface
nom.tam.fits.header.hierarch.IHierarchKeyFormatter
-
Packages that use IHierarchKeyFormatter Package Description nom.tam.fits nom.tam.fits.header.hierarch -
-
Uses of IHierarchKeyFormatter in nom.tam.fits
Fields in nom.tam.fits declared as IHierarchKeyFormatter Modifier and Type Field Description private IHierarchKeyFormatter
FitsFactory.FitsSettings. hierarchKeyFormatter
Methods in nom.tam.fits that return IHierarchKeyFormatter Modifier and Type Method Description static IHierarchKeyFormatter
FitsFactory. getHierarchFormater()
protected IHierarchKeyFormatter
FitsFactory.FitsSettings. getHierarchKeyFormatter()
Methods in nom.tam.fits with parameters of type IHierarchKeyFormatter Modifier and Type Method Description static void
FitsFactory. setHierarchFormater(IHierarchKeyFormatter formatter)
There is not a real standard how to write hierarch keys, default we use the one where every key is separated by a blank. -
Uses of IHierarchKeyFormatter in nom.tam.fits.header.hierarch
Classes in nom.tam.fits.header.hierarch that implement IHierarchKeyFormatter Modifier and Type Class Description class
BlanksDotHierarchKeyFormatter
class
StandardIHierarchKeyFormatter
-