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