Package skyview.survey
Class HipsImageFactory
- java.lang.Object
-
- skyview.survey.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.
-
-
Constructor Summary
Constructors Constructor Description HipsImageFactory()
-
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.
-
-
-
Method Detail
-
factory
public HipsImage factory(java.lang.String spell)
Create a HiPS using the spell.- Specified by:
factory
in interfaceImageFactory
- 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:
-
-