Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
static WMTSLayerInfo |
WMTSLayerInfo.create(WMTSLayerInfo.Options options)
Creates a new WMTSLayerInfo object.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<WMTSLayerInfo> |
WMTSLayer.getLayerInfos()
An array of WMTSLayerInfo objects.
|
Modifier and Type | Method and Description |
---|---|
void |
WMTSLayer.setActiveLayer(WMTSLayerInfo layerInfo)
Set the active layer for the WMTS service.
|
void |
WMTSLayer.Options.setLayerInfo(WMTSLayerInfo layerInfo) |
void |
WMTSLayer.ResourceInfo.setLayerInfos(WMTSLayerInfo[] layerInfos)
Set the layerInfos parameter.
|