Uses of Class
org.geotools.data.ows.StyleImpl

Packages that use StyleImpl
org.geotools.data.ows   
org.geotools.data.wms.request   
 

Uses of StyleImpl in org.geotools.data.ows
 

Methods in org.geotools.data.ows that return types with arguments of type StyleImpl
 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.data.ows with type arguments of type StyleImpl
 void Layer.setStyles(List<StyleImpl> styles)
           
 

Uses of StyleImpl in org.geotools.data.wms.request
 

Methods in org.geotools.data.wms.request with parameters of type StyleImpl
 void GetMapRequest.addLayer(Layer layer, StyleImpl style)
          Adds a Layer to the list of layers to be requested.
 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 AbstractGetMapRequest.addLayer(String layerName, StyleImpl style)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.