org.geotools.styling
Interface FeatureTypeConstraint
- All Known Implementing Classes:
- FeatureTypeConstraintImpl
public interface FeatureTypeConstraint
A FeatureTypeConstraint identifies a specific feature type and supplies
fitlering.
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 fitlering.
</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
- Module:
modules/library/api (gt-api.jar)
getFeatureTypeName
String getFeatureTypeName()
setFeatureTypeName
void setFeatureTypeName(String name)
getFilter
Filter getFilter()
setFilter
void setFilter(Filter filter)
getExtents
Extent[] getExtents()
setExtents
void setExtents(Extent[] extents)
accept
void accept(StyleVisitor visitor)
Copyright © 1996-2010 Geotools. All Rights Reserved.