Package skyview.survey
Class HealPixImageFactory
- java.lang.Object
-
- skyview.survey.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.
-
-
Constructor Summary
Constructors Constructor Description HealPixImageFactory()
-
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
-
-
-
Method Detail
-
factory
public HealPixImage factory(java.lang.String file)
Description copied from interface:ImageFactory
Create an image given the appropriate spell- Specified by:
factory
in interfaceImageFactory
-
-