sld:FeatureTypeConstraint
A FeatureTypeConstraint identifies a specific feature type and supplies fitlering.
Element information
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Schema document: external/ogc-sld/1.0.20/dhs-gmo/1.0.0/sld.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- sld:FeatureTypeName [0..1]
- ogc:Filter [0..1]
- sld:Extent [0..*] An Extent gives feature/coverage/raster/matrix dimension extent.
Attributes
None
Used in
- Anonymous type of element sld:LayerFeatureConstraints
Sample instance
<sld:FeatureTypeConstraint> <sld:FeatureTypeName>string</sld:FeatureTypeName> <ogc:Filter> <ogc:Equals> <ogc:PropertyName/> <gml:Point>... </gml:Point> </ogc:Equals> </ogc:Filter> <sld:Extent> <sld:Name>string</sld:Name> <sld:Value>string</sld:Value> </sld:Extent> </sld:FeatureTypeConstraint>