Package org.geotools.styling
Class LayerFeatureConstraintsImpl
- Object
-
- LayerFeatureConstraintsImpl
-
- All Implemented Interfaces:
LayerFeatureConstraints
public class LayerFeatureConstraintsImpl extends Object implements LayerFeatureConstraints
-
-
Constructor Summary
Constructors Constructor Description LayerFeatureConstraintsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)FeatureTypeConstraint[]getFeatureTypeConstraints()inthashCode()voidsetFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
-
-
-
Method Detail
-
getFeatureTypeConstraints
public FeatureTypeConstraint[] getFeatureTypeConstraints()
- Specified by:
getFeatureTypeConstraintsin interfaceLayerFeatureConstraints- Returns:
- The feature type constraints.
-
setFeatureTypeConstraints
public void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
- Specified by:
setFeatureTypeConstraintsin interfaceLayerFeatureConstraints- Parameters:
constraints- The new feature type constraints.
-
-