uk.ac.starlink.table.TablePreparation
public class TopcatPreparation
extends java.lang.Object
implements uk.ac.starlink.table.TablePreparation
Modifier and Type | Field | Description |
---|---|---|
static uk.ac.starlink.table.ValueInfo |
FORMAT_INFO |
Metadata key for storing input handler object.
|
Constructor | 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 | 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.TablePreparation
public static uk.ac.starlink.table.TableBuilder removeFormatParameter(uk.ac.starlink.table.StarTable table)
public static uk.ac.starlink.table.StarTableFactory createFactory()
Copyright ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.