Interface | Description |
---|---|
ColumnCalculator<S> |
Defines an object which can calculate new columns for a table given
a fixed set of input columns and some additional configuration.
|
ServiceOperation |
Defines an operation which turns an input tuple into an output tuple.
|
Class | Description |
---|---|
CacheRowPipe |
RowPipe implementation which caches the data to provide a random-access
StarTable.
|
ColumnCalculatorFilter<S> |
ProcessingFilter implementation superclass which adds to a table
columns produced by a ColumnCalculator.
|
MultiServiceColumnCalculator<S> |
ColumnCalculator implementation which works by invoking a service for
each row.
|
SchlegelCalculator |
Column calculator which interrogates the IPAC Dust Extinction map service.
|
SchlegelCalculator.Spec |
Specifies the dust query to be made.
|
SchlegelFilter |
Filter that applies the SchlegelCalculator.
|
WebMapper |
Object that can map some particular sort of string to a URL
referencing a web page.
|
Enum | Description |
---|---|
SchlegelCalculator.ResultType |
Enumerates physical values available from the IPAC dust service.
|
SchlegelCalculator.Statistic |
Enumerates statistics available from the IPAC dust service.
|
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.