Class SendHips2fitsActivationType

  • All Implemented Interfaces:
    ActivationType

    public class SendHips2fitsActivationType
    extends java.lang.Object
    implements ActivationType
    Activation type that sends a SAMP message referencing a FITS image derived from the CDS Hips2fits service.
    Since:
    23 Oct 2019
    Author:
    Mark Taylor
    • Constructor Detail

      • SendHips2fitsActivationType

        public SendHips2fitsActivationType()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: ActivationType
        Name of this activation type.
        Specified by:
        getName in interface ActivationType
        Returns:
        type name
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: ActivationType
        Description of this activation type.
        Specified by:
        getDescription in interface ActivationType
        Returns:
        type description
      • createConfigurator

        public ActivatorConfigurator createConfigurator​(TopcatModelInfo tinfo)
        Description copied from interface: ActivationType
        Returns a component that can be used to configure activators of this type.
        Specified by:
        createConfigurator in interface ActivationType
        Parameters:
        tinfo - information about topcat model for which the activation will take place
        Returns:
        new configurator to produce compatible Activators