public class TableCone extends ConsumerTask
Constructor and Description |
---|
TableCone() |
Modifier and Type | Method and Description |
---|---|
TableProducer |
createProducer(Environment env)
Returns an object which can produce the effective output table which
will be consumed by this task.
|
Parameter<String> |
getFormatParameter()
Returns the parameter used to acquire the DAL requested data format.
|
Parameter<Double> |
getLatitudeParameter()
Returns the parameter used to acquire the latitude in degrees.
|
Parameter<Double> |
getLongitudeParameter()
Returns the parameter used to acquire the longitude in degrees.
|
Parameter<Double> |
getRadiusDegParameter()
Returns the parameter used to acquire the search radius in degrees.
|
Parameter<ConeServiceType> |
getServiceTypeParameter()
Returns the parameter used to acquire the service type.
|
Parameter<URL> |
getServiceUrlParameter()
Returns the parameter used to acquire the service URL.
|
Parameter<SkySystem> |
getSkySystemParameter()
Returns the parameter used to acquire the sky system.
|
Parameter<String> |
getVerbosityParameter()
Returns the parameter used to acquire the requested verbosity.
|
createExecutable, createProducer, getIdentity, getOutputMode, getParameterList, getParameters, getPurpose
public TableProducer createProducer(Environment env) throws TaskException
ConsumerTask
ConsumerTask.getIdentity(uk.ac.starlink.table.StarTable)
method.createProducer
in class ConsumerTask
env
- execution environmentTaskException
public Parameter<String> getFormatParameter()
public Parameter<String> getVerbosityParameter()
public Parameter<URL> getServiceUrlParameter()
public Parameter<ConeServiceType> getServiceTypeParameter()
public Parameter<Double> getLongitudeParameter()
public Parameter<Double> getLatitudeParameter()
public Parameter<Double> getRadiusDegParameter()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.