org.geotools.styling
Class NamedLayerImpl
Object
StyledLayerImpl
NamedLayerImpl
- All Implemented Interfaces:
- NamedLayer, StyledLayer
public class NamedLayerImpl
- extends StyledLayerImpl
- implements NamedLayer
Default implementation of named layer.
- Author:
- jamesm
- Module:
modules/library/main (gt-main.jar)
NamedLayerImpl
public NamedLayerImpl()
layerFeatureConstraints
public List<FeatureTypeConstraint> layerFeatureConstraints()
- Specified by:
layerFeatureConstraints
in interface NamedLayer
getLayerFeatureConstraints
public FeatureTypeConstraint[] getLayerFeatureConstraints()
- Specified by:
getLayerFeatureConstraints
in interface NamedLayer
setLayerFeatureConstraints
public void setLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints)
- Specified by:
setLayerFeatureConstraints
in interface NamedLayer
getStyles
public Style[] getStyles()
- Specified by:
getStyles
in interface NamedLayer
styles
public List<Style> styles()
- Specified by:
styles
in interface NamedLayer
addStyle
public void addStyle(Style sl)
- Specified by:
addStyle
in interface NamedLayer
accept
public void accept(StyleVisitor visitor)
- Description copied from interface:
NamedLayer
- Used to navigate a Style/SLD.
- Specified by:
accept
in interface NamedLayer
equals
public boolean equals(Object oth)
- Overrides:
equals
in class Object
Copyright © 1996-2010 Geotools. All Rights Reserved.