| java.lang.Object org.geotools.data.wms.SimpleLayer
SimpleLayer | public class SimpleLayer (Code) | | A simple bean that represents a layer name paired with a style name for use
in requests.
author: Richard Gould, Refractions Research Inc. |
SimpleLayer | public SimpleLayer(String name, String style)(Code) | | SimpleLayer creation.
Parameters: name - Name of layer Parameters: style - Name of style, null indicates default. |
SimpleLayer | public SimpleLayer(String name, Set validStyles)(Code) | | SimpleLayer creation.
Parameters: name - Parameters: validStyles - |
getValidStyles | public Set getValidStyles()(Code) | | Returns a Set of type String containing the names of all
the styles that are valid for this layer.
|
|
|