Package | Description |
---|---|
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static LayerDataSource |
LayerDataSource.create()
Creates a new LayerDataSource object.
|
static LayerDataSource |
LayerDataSource.create(com.google.gwt.core.client.JavaScriptObject jso)
Creates a new LayerDataSource object.
|
LayerDataSource |
JoinDataSource.getLeftTableSourceAsLayerDataSource()
The data source to be used as the left table for the join operation.
|
LayerDataSource |
JoinDataSource.getRightTableSourceAsLayerDataSource()
The data source to be used as the right table for the join operation.
|
LayerDataSource |
FeatureLayer.getSourceAsLayerDataSource()
The dynamic layer or table source
|
LayerDataSource |
DynamicLayerInfo.getSourceLayerDataSource()
The source for the dyamic layer can be either a LayerMapSource or LayerDataSource.
|
Modifier and Type | Method and Description |
---|---|
void |
JoinDataSource.setLeftTableSource(LayerDataSource leftTableSource)
Set the left table source.
|
void |
JoinDataSource.setRightTableSource(LayerDataSource rightTableSource)
Set the right table data source.
|
void |
FeatureLayer.Options.setSource(LayerDataSource source)
Set the source parameter.
|
void |
DynamicLayerInfo.setSource(LayerDataSource source)
Set the data source.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryTask.Options.setSource(LayerDataSource source)
Set the source parameter.
|
void |
GenerateRendererTask.Options.setSource(LayerDataSource source) |