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 String
addPosToURL(String base, double ra, double dec, double size)
protected String
getBaseURL()
Find the base URL for this SIAP servicevoid
getImages(double ra, double dec, double size, ArrayList<String> spells)
Get images from a SIAP serviceprotected String
updateURL(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:
getImages
in interfaceImageGenerator
-
-