Class SkyPlot2Task

All Implemented Interfaces:
uk.ac.starlink.task.Task, DynamicTask

public class SkyPlot2Task extends TypedPlot2Task<SkySurfaceFactory.Profile,SkyAspect>
Task for Sky-type plots.
Since:
3 Sep 2014
Author:
Mark Taylor
  • Constructor Details

    • SkyPlot2Task

      public SkyPlot2Task()
      Constructor.
  • Method Details

    • createCustomConfigMap

      public ConfigMap createCustomConfigMap(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
      Description copied from class: AbstractPlot2Task
      Provides any additional config keys (beyond layer style and aux map) that should be provided for layer creation. The default implementation returns an empty map, but this behaviour may be overridden by subclasses.
      Overrides:
      createCustomConfigMap in class AbstractPlot2Task
      Parameters:
      env - execution environment
      Returns:
      custom config entries
      Throws:
      uk.ac.starlink.task.TaskException