Package org.geotools.styling
Class StyledLayerImpl
- Object
-
- StyledLayerImpl
-
- All Implemented Interfaces:
StyledLayer
- Direct Known Subclasses:
NamedLayerImpl
,UserLayerImpl
public class StyledLayerImpl extends Object implements StyledLayer
Default implementation of StyledLayer.- Author:
- jamesm
-
-
Constructor Summary
Constructors Constructor Description StyledLayerImpl()
-
-
-
Field Detail
-
name
protected String name
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceStyledLayer
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceStyledLayer
-
-