Package org.geotools.ows.wms
Class SimpleLayer
Object
SimpleLayer
A simple bean that represents a layer name paired with a style name for use in requests.
- Author:
- Richard Gould, Refractions Research Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleLayer(String name, String style) SimpleLayer creation.SimpleLayer(String name, Set validStyles) SimpleLayer creation. -
Method Summary
-
Constructor Details
-
SimpleLayer
SimpleLayer creation.- Parameters:
name- Name of layerstyle- Name of style, null indicates default.
-
SimpleLayer
SimpleLayer creation.
-
-
Method Details
-
getName
-
setName
-
getStyle
-
setStyle
-
getValidStyles
Returns a Set of typeStringcontaining the names of all the styles that are valid for this layer.
-