Package org.geotools.api.style
Interface FeatureTypeConstraint
- All Known Implementing Classes:
FeatureTypeConstraintImpl
public interface FeatureTypeConstraint
A FeatureTypeConstraint identifies a specific feature type and supplies filtering.
The details of this object are taken from the OGC Styled-Layer Descriptor Report (OGC 02-070) version 1.0.0.:
<xsd:element name="FeatureTypeConstraint">
<xsd:annotation>
<xsd:documentation>
A FeatureTypeConstraint identifies a specific feature type and
supplies filtering.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:FeatureTypeName" minOccurs="0"/>
<xsd:element ref="ogc:Filter" minOccurs="0"/>
<xsd:element ref="sld:Extent" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
- Author:
- James Macgill
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StyleVisitor visitor) Extent[]
void
setExtents
(Extent... extents) void
setFeatureTypeName
(String name) void