skyview.survey
Class SIAPGenerator

java.lang.Object
  extended by skyview.survey.SIAPGenerator
All Implemented Interfaces:
ImageGenerator
Direct Known Subclasses:
NeatGenerator

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
protected  java.lang.String getBaseURL()
          Find the base URL for this SIAP service
 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

getBaseURL

protected java.lang.String getBaseURL()
Find the base URL for this SIAP service


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