Package org.geotools.styling
Class NamedLayerImpl
Object
StyledLayerImpl
NamedLayerImpl
- All Implemented Interfaces:
NamedLayer
,StyledLayer
Default implementation of named layer.
- Author:
- jamesm
-
Field Summary
Fields inherited from class StyledLayerImpl
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StyleVisitor visitor) Used to navigate a Style/SLD.void
boolean
Style[]
int
hashCode()
void
setLayerFeatureConstraints
(FeatureTypeConstraint... featureTypeConstraints) styles()
Methods inherited from class StyledLayerImpl
getName, setName
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface StyledLayer
getName, setName
-
Constructor Details
-
NamedLayerImpl
public NamedLayerImpl()
-
-
Method Details
-
layerFeatureConstraints
- Specified by:
layerFeatureConstraints
in interfaceNamedLayer
-
getLayerFeatureConstraints
- Specified by:
getLayerFeatureConstraints
in interfaceNamedLayer
-
setLayerFeatureConstraints
- Specified by:
setLayerFeatureConstraints
in interfaceNamedLayer
-
getStyles
- Specified by:
getStyles
in interfaceNamedLayer
-
styles
- Specified by:
styles
in interfaceNamedLayer
-
addStyle
- Specified by:
addStyle
in interfaceNamedLayer
-
accept
Description copied from interface:NamedLayer
Used to navigate a Style/SLD.- Specified by:
accept
in interfaceNamedLayer
-
equals
-
hashCode
public int hashCode()
-