Class 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 Detail

      • HipsGenerator

        public HipsGenerator()
    • 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 interface ImageGenerator