Package uk.ac.starlink.ttools.task
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
Executes a single cone-search-like query to an external DAL service.
- Since:
- 18 Jun 2019
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProducer
(uk.ac.starlink.task.Environment env) Returns an object which can produce the effective output table which will be consumed by this task.uk.ac.starlink.task.Parameter
<String> Returns the parameter used to acquire the DAL requested data format.uk.ac.starlink.task.Parameter
<Double> Returns the parameter used to acquire the latitude in degrees.uk.ac.starlink.task.Parameter
<Double> Returns the parameter used to acquire the longitude in degrees.uk.ac.starlink.task.Parameter
<Double> Returns the parameter used to acquire the search radius in degrees.uk.ac.starlink.task.Parameter
<ConeServiceType> Returns the parameter used to acquire the service type.uk.ac.starlink.task.Parameter
<URL> Returns the parameter used to acquire the service URL.uk.ac.starlink.task.Parameter
<SkySystem> Returns the parameter used to acquire the sky system.uk.ac.starlink.task.Parameter
<String> Returns the parameter used to acquire the requested verbosity.Methods inherited from class uk.ac.starlink.ttools.task.ConsumerTask
createExecutable, createProducer, getIdentity, getOutputMode, getParameterList, getParameters, getPurpose
-
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 theConsumerTask.getIdentity(uk.ac.starlink.table.StarTable)
method.- Specified by:
createProducer
in classConsumerTask
- Parameters:
env
- execution environment- Returns:
- table producer
- Throws:
uk.ac.starlink.task.TaskException
-
getFormatParameter
Returns the parameter used to acquire the DAL requested data format.- Returns:
- format parameter
-
getVerbosityParameter
Returns the parameter used to acquire the requested verbosity.- Returns:
- verbosity parameter
-
getServiceUrlParameter
Returns the parameter used to acquire the service URL.- Returns:
- service URL parameter
-
getServiceTypeParameter
Returns the parameter used to acquire the service type.- Returns:
- service type parameter
-
getLongitudeParameter
Returns the parameter used to acquire the longitude in degrees.- Returns:
- longitude parameter
-
getLatitudeParameter
Returns the parameter used to acquire the latitude in degrees.- Returns:
- latitude parameter
-
getRadiusDegParameter
Returns the parameter used to acquire the search radius in degrees.- Returns:
- radius parameter
-
getSkySystemParameter
Returns the parameter used to acquire the sky system.- Returns:
- skysys parameter
-