Class TwoMASSGenerator

  • All Implemented Interfaces:
    ImageGenerator

    public class TwoMASSGenerator
    extends java.lang.Object
    implements ImageGenerator
    This is s special class just defined for a specific 2MASS SIAP service. When we get a 2MASS service with better defined columns we can get rid of this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getImages​(double ra, double dec, double size, java.util.ArrayList<java.lang.String> spells)
      Get images from a SIAP service
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TwoMASSGenerator

        public TwoMASSGenerator()
    • Method Detail

      • getImages

        public void getImages​(double ra,
                              double dec,
                              double size,
                              java.util.ArrayList<java.lang.String> spells)
        Get images from a SIAP service
        Specified by:
        getImages in interface ImageGenerator