Class HealPixImageFactory

  • All Implemented Interfaces:
    ImageFactory

    public class HealPixImageFactory
    extends java.lang.Object
    implements ImageFactory
    A little class that creates FITS images using a factory method.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HealPixImage factory​(java.lang.String file)
      Create an image given the appropriate spell
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HealPixImageFactory

        public HealPixImageFactory()