Package org.geotools.api.style
Interface LayerFeatureConstraints
-
- All Known Implementing Classes:
LayerFeatureConstraintsImpl
public interface LayerFeatureConstraints
LayerFeatureConstraints define what features and feature types are referenced in a layer.<xsd:element name="LayerFeatureConstraints"> <xsd:annotation> <xsd:documentation> LayerFeatureConstraints define what features & feature types are referenced in a layer. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element ref="sld:FeatureTypeConstraint" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element>
- Author:
- Justin Deoliveira, The Open Planning Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureTypeConstraint[]
getFeatureTypeConstraints()
void
setFeatureTypeConstraints(FeatureTypeConstraint... constraints)
-
-
-
Method Detail
-
getFeatureTypeConstraints
FeatureTypeConstraint[] getFeatureTypeConstraints()
- Returns:
- The feature type constraints.
-
setFeatureTypeConstraints
void setFeatureTypeConstraints(FeatureTypeConstraint... constraints)
- Parameters:
constraints
- The new feature type constraints.
-
-