Uses of Class
gov.nasa.worldwind.ogc.wms.WMSLayerStyle
- 
Packages that use WMSLayerStyle Package Description gov.nasa.worldwind.ogc.wms gov.nasa.worldwindx.applications.worldwindow.core gov.nasa.worldwindx.examples 
- 
- 
Uses of WMSLayerStyle in gov.nasa.worldwind.ogc.wmsFields in gov.nasa.worldwind.ogc.wms with type parameters of type WMSLayerStyle Modifier and Type Field Description protected java.util.Set<WMSLayerStyle>WMSLayerCapabilities. stylesMethods in gov.nasa.worldwind.ogc.wms that return WMSLayerStyle Modifier and Type Method Description WMSLayerStyleWMSLayerCapabilities. getStyleByName(java.lang.String name)Methods in gov.nasa.worldwind.ogc.wms that return types with arguments of type WMSLayerStyle Modifier and Type Method Description java.util.Set<WMSLayerStyle>WMSLayerCapabilities. getStyles()Methods in gov.nasa.worldwind.ogc.wms with parameters of type WMSLayerStyle Modifier and Type Method Description protected voidWMSLayerCapabilities. addStyle(WMSLayerStyle style)Method parameters in gov.nasa.worldwind.ogc.wms with type arguments of type WMSLayerStyle Modifier and Type Method Description protected voidWMSLayerCapabilities. addStyles(java.util.Set<WMSLayerStyle> inStyles)protected voidWMSLayerCapabilities. setStyles(java.util.Set<WMSLayerStyle> styles)
- 
Uses of WMSLayerStyle in gov.nasa.worldwindx.applications.worldwindow.coreConstructors in gov.nasa.worldwindx.applications.worldwindow.core with parameters of type WMSLayerStyle Constructor Description WMSLayerInfo(OGCCapabilities caps, WMSLayerCapabilities layerCaps, WMSLayerStyle style)
- 
Uses of WMSLayerStyle in gov.nasa.worldwindx.examplesMethods in gov.nasa.worldwindx.examples with parameters of type WMSLayerStyle Modifier and Type Method Description protected WMSLayersPanel.LayerInfoWMSLayersPanel. createLayerInfo(WMSCapabilities caps, WMSLayerCapabilities layerCaps, WMSLayerStyle style)
 
-