public interface LayerFeatureConstraints
<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>
Modifier and Type | Method and Description |
---|---|
FeatureTypeConstraint[] |
getFeatureTypeConstraints() |
void |
setFeatureTypeConstraints(FeatureTypeConstraint[] constraints) |
FeatureTypeConstraint[] getFeatureTypeConstraints()
void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
constraints
- The new feature type constraints.Copyright © 1996–2019 Geotools. All rights reserved.