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 TypeMethodDescriptionvoidaccept(StyleVisitor visitor) Used to navigate a Style/SLD.voidbooleanStyle[]inthashCode()voidsetLayerFeatureConstraints(FeatureTypeConstraint... featureTypeConstraints) styles()Methods inherited from class StyledLayerImpl
getName, setNameMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface StyledLayer
getName, setName
-
Constructor Details
-
NamedLayerImpl
public NamedLayerImpl()
-
-
Method Details
-
layerFeatureConstraints
- Specified by:
layerFeatureConstraintsin interfaceNamedLayer
-
getLayerFeatureConstraints
- Specified by:
getLayerFeatureConstraintsin interfaceNamedLayer
-
setLayerFeatureConstraints
- Specified by:
setLayerFeatureConstraintsin interfaceNamedLayer
-
getStyles
- Specified by:
getStylesin interfaceNamedLayer
-
styles
- Specified by:
stylesin interfaceNamedLayer
-
addStyle
- Specified by:
addStylein interfaceNamedLayer
-
accept
Description copied from interface:NamedLayerUsed to navigate a Style/SLD.- Specified by:
acceptin interfaceNamedLayer
-
equals
-
hashCode
public int hashCode()
-