Package skyview.survey
Class HipsGenerator
- java.lang.Object
-
- skyview.survey.HipsGenerator
-
- All Implemented Interfaces:
ImageGenerator
public class HipsGenerator extends Object implements ImageGenerator
This class simply returns the directory in which a HiPS is stored.
-
-
Constructor Summary
Constructors Constructor Description HipsGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getImages(double ra, double dec, double size, ArrayList<String> spells)
Get a HiPS request.
-
-
-
Method Detail
-
getImages
public void getImages(double ra, double dec, double size, ArrayList<String> spells)
Get a HiPS request. The information we need is the directory in which the data resides and the scale of the image.- Specified by:
getImages
in interfaceImageGenerator
-
-