sld:NamedLayer
A NamedLayer is a layer of data that has a name advertised by a WMS.
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:Name [1..1]
- sld:Description [0..1] A "Description" gives human-readable descriptive information for the object it is included within.
- sld:LayerFeatureConstraints [0..1] LayerFeatureConstraints define what features & feature types are referenced in a layer.
- Choice [0..*]
- sld:NamedStyle A NamedStyle is used to refer to a style that has a name in a WMS.
- sld:UserStyle A UserStyle allows user-defined styling and is semantically equivalent to a WMS named style.
Attributes
None
Used in
- Anonymous type of element sld:StyledLayerDescriptor
Sample instance
<sld:NamedLayer> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> <sld:LayerFeatureConstraints> <sld:FeatureTypeConstraint> <sld:FeatureTypeName>string</sld:FeatureTypeName> <ogc:Filter>... </ogc:Filter> <sld:Extent>... </sld:Extent> </sld:FeatureTypeConstraint> </sld:LayerFeatureConstraints> <sld:NamedStyle> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> </sld:NamedStyle> </sld:NamedLayer>