Package skyview.survey
Class SIAPGenerator
- java.lang.Object
-
- skyview.survey.SIAPGenerator
-
- All Implemented Interfaces:
ImageGenerator
- Direct Known Subclasses:
AkariGenerator,NeatGenerator,SIAP2Generator
public class SIAPGenerator extends Object implements ImageGenerator
This class gets a set of candidates from a SIAP request
-
-
Constructor Summary
Constructors Constructor Description SIAPGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringaddPosToURL(String base, double ra, double dec, double size)protected StringgetBaseURL()Find the base URL for this SIAP servicevoidgetImages(double ra, double dec, double size, ArrayList<String> spells)Get images from a SIAP serviceprotected StringupdateURL(String input)Do regular expression transformation if requested.
-
-
-
Method Detail
-
getBaseURL
protected String getBaseURL()
Find the base URL for this SIAP service
-
getImages
public void getImages(double ra, double dec, double size, ArrayList<String> spells)Get images from a SIAP service- Specified by:
getImagesin interfaceImageGenerator
-
-