Uses of Class
org.geotools.ows.wms.StyleImpl
- 
Packages that use StyleImpl Package Description org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.request org.geotools.ows.wmts.model 
- 
- 
Uses of StyleImpl in org.geotools.ows.wmsMethods in org.geotools.ows.wms that return types with arguments of type StyleImpl Modifier and Type Method Description List<StyleImpl>Layer. getStyles()Accumulates all of the styles specified for this layer and all styles inherited from its ancestors.Method parameters in org.geotools.ows.wms with type arguments of type StyleImpl Modifier and Type Method Description voidLayer. setStyles(List<StyleImpl> styles)
- 
Uses of StyleImpl in org.geotools.ows.wms.requestMethods in org.geotools.ows.wms.request with parameters of type StyleImpl Modifier and Type Method Description voidAbstractGetMapRequest. addLayer(String layerName, StyleImpl style)voidAbstractGetMapRequest. addLayer(Layer layer, StyleImpl style)voidGetMapRequest. addLayer(String layerName, StyleImpl style)Adds a Layer to the list of layers to be requested.voidGetMapRequest. addLayer(Layer layer, StyleImpl style)Adds a Layer to the list of layers to be requested.
- 
Uses of StyleImpl in org.geotools.ows.wmts.modelMethods in org.geotools.ows.wmts.model that return StyleImpl Modifier and Type Method Description StyleImplWMTSLayer. getDefaultStyle()Methods in org.geotools.ows.wmts.model with parameters of type StyleImpl Modifier and Type Method Description voidWMTSLayer. setDefaultStyle(StyleImpl style)
 
-