sld:FeatureStyle
A FeatureStyle contains styling information specific to one feature type. This is the SLD level that separates the 'layer' handling from the 'feature' handling.
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
- Choice [1..1]
- Sequence [1..1]
- sld:Name [0..1]
- sld:Description [0..1] A "Description" gives human-readable descriptive information for the object it is included within.
- sld:FeatureTypeName [0..1]
- sld:SemanticTypeIdentifier [0..*]
- sld:Rule [1..*] A Rule is used to attach property/scale conditions to and group the individual symbols used for rendering.
- sld:OnlineResource An "OnlineResource" is typically used to refer to an HTTP URL.
- Sequence [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
version | [0..1] | sld:VersionType |
Used in
- Anonymous type of element sld:UserStyle
- Type context:SLDType (Element context:SLD)
Sample instance
<sld:FeatureStyle> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> <sld:FeatureTypeName>string</sld:FeatureTypeName> <sld:SemanticTypeIdentifier>string</sld:SemanticTypeIdentifier> <sld:Rule> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> <sld:LegendGraphic> <sld:Graphic>... </sld:Graphic> </sld:LegendGraphic> <ogc:Filter> <ogc:Equals>... </ogc:Equals> </ogc:Filter> <sld:MinScaleDenominator>1.0</sld:MinScaleDenominator> <sld:MaxScaleDenominator>1.0</sld:MaxScaleDenominator> <sld:LineSymbol> <sld:Name>string</sld:Name> <sld:Description>... </sld:Description> <sld:BaseSymbol>... </sld:BaseSymbol> <sld:Geometry>... </sld:Geometry> <sld:Stroke>... </sld:Stroke> </sld:LineSymbol> </sld:Rule> </sld:FeatureStyle>