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.wms
Methods 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 void
Layer. setStyles(List<StyleImpl> styles)
-
Uses of StyleImpl in org.geotools.ows.wms.request
Methods in org.geotools.ows.wms.request with parameters of type StyleImpl Modifier and Type Method Description void
AbstractGetMapRequest. addLayer(String layerName, StyleImpl style)
void
AbstractGetMapRequest. addLayer(Layer layer, StyleImpl style)
void
GetMapRequest. addLayer(String layerName, StyleImpl style)
Adds a Layer to the list of layers to be requested.void
GetMapRequest. addLayer(Layer layer, StyleImpl style)
Adds a Layer to the list of layers to be requested. -
Uses of StyleImpl in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that return StyleImpl Modifier and Type Method Description StyleImpl
WMTSLayer. getDefaultStyle()
Methods in org.geotools.ows.wmts.model with parameters of type StyleImpl Modifier and Type Method Description void
WMTSLayer. setDefaultStyle(StyleImpl style)
-