skyview.survey
Class SIAPGenerator

java.lang.Object
  extended by skyview.survey.SIAPGenerator
All Implemented Interfaces:
ImageGenerator

public class SIAPGenerator
extends java.lang.Object
implements ImageGenerator

This class gets a set of candidates from a SIAP request


Constructor Summary
SIAPGenerator()
           
 
Method Summary
 void getImages(double ra, double dec, double size, java.util.ArrayList<java.lang.String> spells)
          Get images from a SIAP service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIAPGenerator

public SIAPGenerator()
Method Detail

getImages

public void getImages(double ra,
                      double dec,
                      double size,
                      java.util.ArrayList<java.lang.String> spells)
Get images from a SIAP service

Specified by:
getImages in interface ImageGenerator