Package uk.ac.starlink.topcat.activate
Class SendHips2fitsActivationType
java.lang.Object
uk.ac.starlink.topcat.activate.SendHips2fitsActivationType
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a component that can be used to configure activators of this type.Description of this activation type.getName()
Name of this activation type.getSuitability
(TopcatModelInfo tinfo) Indicates the applicability of this activation type to a given table.
-
Constructor Details
-
SendHips2fitsActivationType
public SendHips2fitsActivationType()
-
-
Method Details
-
getName
Description copied from interface:ActivationType
Name of this activation type.- Specified by:
getName
in interfaceActivationType
- Returns:
- type name
-
getDescription
Description copied from interface:ActivationType
Description of this activation type.- Specified by:
getDescription
in interfaceActivationType
- Returns:
- type description
-
getSuitability
Description copied from interface:ActivationType
Indicates the applicability of this activation type to a given table.- Specified by:
getSuitability
in interfaceActivationType
- Parameters:
tinfo
- information about topcat model- Returns:
- suitability code
-
createConfigurator
Description copied from interface:ActivationType
Returns a component that can be used to configure activators of this type.- Specified by:
createConfigurator
in interfaceActivationType
- Parameters:
tinfo
- information about topcat model for which the activation will take place- Returns:
- new configurator to produce compatible Activators
-