public class TopcatPreparation extends Object implements uk.ac.starlink.table.TablePreparation
| Modifier and Type | Field and Description |
|---|---|
static uk.ac.starlink.table.ValueInfo |
FORMAT_INFO
Metadata key for storing input handler object.
|
| Constructor and Description |
|---|
TopcatPreparation()
Constructs an instance with no prior preparation.
|
TopcatPreparation(uk.ac.starlink.table.TablePreparation prePrep)
Constructs an instance that executes a prior preparation before
doing its own work.
|
| Modifier and Type | Method and Description |
|---|---|
static uk.ac.starlink.table.StarTableFactory |
createFactory()
Utility method to create a StarTableFactory using this preparation.
|
uk.ac.starlink.table.StarTable |
prepareLoadedTable(uk.ac.starlink.table.StarTable table,
uk.ac.starlink.table.TableBuilder builder) |
static uk.ac.starlink.table.TableBuilder |
removeFormatParameter(uk.ac.starlink.table.StarTable table)
Operates on a table that was loaded using this preparation,
and pulls out the table input handler that this preparation put there.
|
public static final uk.ac.starlink.table.ValueInfo FORMAT_INFO
public TopcatPreparation(uk.ac.starlink.table.TablePreparation prePrep)
prePrep - preparation to chain; exeucuted before this onepublic TopcatPreparation()
public uk.ac.starlink.table.StarTable prepareLoadedTable(uk.ac.starlink.table.StarTable table,
uk.ac.starlink.table.TableBuilder builder)
prepareLoadedTable in interface uk.ac.starlink.table.TablePreparationpublic static uk.ac.starlink.table.TableBuilder removeFormatParameter(uk.ac.starlink.table.StarTable table)
public static uk.ac.starlink.table.StarTableFactory createFactory()
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.