Package skyview.survey
Interface ImageGenerator
-
- All Known Implementing Classes:
AkariGenerator,DSS2ImageGenerator,HipsGenerator,NeatGenerator,SIAP2Generator,SIAPGenerator,TwoMASSGenerator
public interface ImageGeneratorThis interface is implemented by classes that dynamically generate a list of images (or more precisely the spells through which the images may be created by an ImageFactory).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetImages(double ra, double dec, double size, java.util.ArrayList<java.lang.String> candidates)
-