Class TableCone

java.lang.Object
uk.ac.starlink.ttools.task.ConsumerTask
uk.ac.starlink.ttools.task.TableCone
All Implemented Interfaces:
uk.ac.starlink.task.Task

public class TableCone extends ConsumerTask
Executes a single cone-search-like query to an external DAL service.
Since:
18 Jun 2019
Author:
Mark Taylor
  • Constructor Details

    • TableCone

      public TableCone()
  • Method Details

    • createProducer

      public TableProducer createProducer(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
      Description copied from class: ConsumerTask
      Returns an object which can produce the effective output table which will be consumed by this task. The table produced by the resulting producer can be fed to the ConsumerTask.getIdentity(uk.ac.starlink.table.StarTable) method.
      Specified by:
      createProducer in class ConsumerTask
      Parameters:
      env - execution environment
      Returns:
      table producer
      Throws:
      uk.ac.starlink.task.TaskException