org.autoplot.spase.VOTableReader
Convert VOTable into QDataSet. This will return a bundle of parameters.
VOTableReader( )
getDataSet
getDataSet( ) → QDataSet
Get the dataset. If no records were read, then a zero-length dataset is
returned.
Returns:
a QDataSet
[search for examples]
[view on GitHub]
[view on old javadoc]
readHeader
readHeader( String s, ProgressMonitor monitor ) → QDataSet
return just the header for the data. This is just the BUNDLE_1 property of the dataset
that would have been read for the readTable command.
Parameters
s - String reference to a local file.
monitor - progress monitor for the read.
Returns:
the header. For example h.property( QDataSet.LABEL, 1 )
[search for examples]
[view on GitHub]
[view on old javadoc]
readTable
readTable( String s, ProgressMonitor monitor ) → QDataSet
read the table from the stream s.
Parameters
s - String reference to a local file.
monitor - progress monitor will provide line number updates.
Returns:
the bundle dataset loaded.
[search for examples]
[view on GitHub]
[view on old javadoc]
readTable( String s ) → QDataSet