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

Packages that use StyleImpl
org.geotools.data.ows package to build WPS requests. 
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
 java.util.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(java.util.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(java.lang.String layerName, StyleImpl style)
          Adds a Layer to the list of layers to be requested.
 void AbstractGetMapRequest.addLayer(java.lang.String layerName, StyleImpl style)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.