Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
static TableDataSource |
TableDataSource.create()
Creates a new TableDataSource object.
|
static TableDataSource |
TableDataSource.create(com.google.gwt.core.client.JavaScriptObject jso)
Creates a new TableDataSource object.
|
TableDataSource |
LayerDataSource.getDataSourceAsTableDataSource()
The data source used to create the a dynamic data layer on the fly.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerDataSource.setDataSource(TableDataSource tableDataSource)
Set the data source.
|