CgiMode |
Output mode for writing the table as a stream with CGI headers.
|
ClientRegWatcher |
Callable client implementation which can watch for registration of a
given named application.
|
ColStats |
Accumulates statistics for the values in a given column.
|
CopyMode |
Processing mode which writes out a table.
|
CountMode |
Processing mode which just counts the number of rows and columns and
writes a summary to the output stream.
|
CubeMode |
Output mode for generating an N-dimenaional histogram of data points
from a selection of N columns of the input table.
|
CubeWriter |
TableConsumer implementation which constructs and outputs a histogram
data cube for an input table.
|
ExtAppMode |
Debugging mode for testing TOPCAT's ExtApp functionality.
|
JdbcConsumer |
Table consumer which disposes of a table by writing it as a new
table in a SQL database using JDBC.
|
JdbcMode |
Mode for writing a table as a new table in a JDBC-connected database.
|
MetadataMode |
Processing mode which summarises table metadata.
|
MocMode |
Turns a table into a Multi-Order Coverage map.
|
NullMode |
Processing mode which reads all data and disposes of it.
|
SampMode |
Processing mode for sending the table to other subscribed clients
using the SAMP tool interop protocol.
|
StatsMode |
Processing mode for calculating statistics on a table.
|
SwingMode |
Processing mode for displaying the table in a scrollable Swing window.
|
TopcatMode |
Processing mode for displaying the streamed table in TOPCAT.
|