skyview.survey
Class DSSImageFactory

java.lang.Object
  extended by skyview.survey.DSSImageFactory
All Implemented Interfaces:
ImageFactory

public class DSSImageFactory
extends java.lang.Object
implements ImageFactory

A little class that creates FITS images using a factory method.


Constructor Summary
DSSImageFactory()
           
 
Method Summary
 DSSImage 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

DSSImageFactory

public DSSImageFactory()
Method Detail

factory

public DSSImage factory(java.lang.String file)
Description copied from interface: ImageFactory
Create an image given the appropriate spell

Specified by:
factory in interface ImageFactory