Class HipsImageFactory

  • All Implemented Interfaces:
    ImageFactory

    public class HipsImageFactory
    extends java.lang.Object
    implements ImageFactory
    A little class that creates a HiPS image from the spell provided.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HipsImage factory​(java.lang.String spell)
      Create a HiPS using the spell.
      • Methods inherited from class java.lang.Object

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

      • HipsImageFactory

        public HipsImageFactory()
    • Method Detail

      • factory

        public HipsImage factory​(java.lang.String spell)
        Create a HiPS using the spell.
        Specified by:
        factory in interface ImageFactory
        Parameters:
        spell - A string encoding the information to create the HiPS in the form hips_directory|scale where the | is used to separate the elements.
        Returns: