public class HtmlTableDataSource extends AbstractDataSource
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_COLUMN
the parameter name (not label) to plot
|
static java.lang.String |
PARAM_TABLE |
static java.lang.String |
PARAM_UNITS |
params, resourceURI, uri| Constructor and Description |
|---|
HtmlTableDataSource(java.net.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
QDataSet |
getDataSet(ProgressMonitor mon)
retrieve the dataset.
|
QDataSet |
getTable(ProgressMonitor mon)
read the table from the file.
|
java.util.List<java.lang.String> |
getTables()
return a list of the tables, with column and human readable description after.
|
addCability, addCapability, asynchronousLoad, doWhereFilter, getCapability, getExt, getExt, getFile, getFile, getFile, getHtmlFile, getInputStream, getMetadata, getMetadataModel, getParam, getParams, getProperties, getURI, toStringpublic static final java.lang.String PARAM_COLUMN
public static final java.lang.String PARAM_TABLE
public static final java.lang.String PARAM_UNITS
public QDataSet getTable(ProgressMonitor mon) throws java.io.IOException
mon - java.io.IOExceptionpublic QDataSet getDataSet(ProgressMonitor mon) throws java.io.IOException
DataSourcegetDataSet in interface DataSourcegetDataSet in class AbstractDataSourcejava.io.IOExceptionpublic java.util.List<java.lang.String> getTables()
throws java.io.IOException
java.io.IOException