public class NamedLayerImpl extends StyledLayerImpl implements NamedLayer
name| Constructor and Description |
|---|
NamedLayerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StyleVisitor visitor)
Used to navigate a Style/SLD.
|
void |
addStyle(Style sl) |
boolean |
equals(Object oth) |
FeatureTypeConstraint[] |
getLayerFeatureConstraints() |
Style[] |
getStyles() |
int |
hashCode() |
List<FeatureTypeConstraint> |
layerFeatureConstraints() |
void |
setLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints) |
List<Style> |
styles() |
getName, setNameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetName, setNamepublic List<FeatureTypeConstraint> layerFeatureConstraints()
layerFeatureConstraints in interface NamedLayerpublic FeatureTypeConstraint[] getLayerFeatureConstraints()
getLayerFeatureConstraints in interface NamedLayerpublic void setLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints)
setLayerFeatureConstraints in interface NamedLayerpublic Style[] getStyles()
getStyles in interface NamedLayerpublic List<Style> styles()
styles in interface NamedLayerpublic void addStyle(Style sl)
addStyle in interface NamedLayerpublic void accept(StyleVisitor visitor)
NamedLayeraccept in interface NamedLayerCopyright © 1996–2019 Geotools. All rights reserved.