public class TapMapper extends Object implements TableMapper
TapQuerier
.Constructor and Description |
---|
TapMapper() |
Modifier and Type | Method and Description |
---|---|
TableMapping |
createMapping(Environment env,
int nup)
Creates a new mapping object, using a given execution environment
for any additional required state.
|
static Parameter<String> |
createUploadNameParameter(String label)
Returns a parameter for acquiring the label under which one of the
uploaded tables should be presented to the TAP server.
|
Parameter<String> |
getAdqlParameter()
Returns the parameter used to acquire ADQL query text.
|
ContentCodingParameter |
getContentCodingParameter()
Returns the parameter used to acquire the content coding.
|
Parameter<String> |
getLanguageParameter()
Returns the parameter used to acquire the query language variant.
|
Parameter<Long> |
getMaxrecParameter()
Returns the parameter used to acquire the output record limit.
|
Parameter<?>[] |
getParameters()
Returns the parameters defined by this mapper.
|
TapResultReader |
getResultReader()
Returns the result reader used by this mapper.
|
Parameter<Boolean> |
getSyncParameter()
Returns the parameter used to acquire the sync/async flag.
|
TapServiceParams |
getTapServiceParams()
Returns the TapServiceParams used by this mapper
to acquire a TAP service.
|
Parameter<VOTableWriter> |
getVOTableWriterParameter()
Returns the parameter used to acquire the table upload writer.
|
public Parameter<?>[] getParameters()
TableMapper
getParameters
in interface TableMapper
public TableMapping createMapping(Environment env, int nup) throws TaskException
TableMapper
createMapping
in interface TableMapper
env
- execution environmentnup
- number of input tables that the mapping will operate on
if known; -1 if notTaskException
public TapServiceParams getTapServiceParams()
public Parameter<String> getAdqlParameter()
public Parameter<Boolean> getSyncParameter()
public Parameter<String> getLanguageParameter()
public Parameter<Long> getMaxrecParameter()
public ContentCodingParameter getContentCodingParameter()
public Parameter<VOTableWriter> getVOTableWriterParameter()
public TapResultReader getResultReader()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.