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
Modifier and TypeMethodDescriptionvoid
setFeatureTypeConstraints
(FeatureTypeConstraint... constraints)
-
Method Details
-
getFeatureTypeConstraints
FeatureTypeConstraint[] getFeatureTypeConstraints()- Returns:
- The feature type constraints.
-
setFeatureTypeConstraints
- Parameters:
constraints
- The new feature type constraints.
-