sld:UserLayer
A UserLayer allows a user-defined layer to be built from WFS and WCS data.
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 [0..1]
- sld:Description [0..1] A "Description" gives human-readable descriptive information for the object it is included within.
- sld:RemoteOWS [0..1] A RemoteOWS gives a reference to a remote WFS/WCS/other-OWS server.
- sld:LayerFeatureConstraints [1..1] LayerFeatureConstraints define what features & feature types are referenced in a layer.
- sld:UserStyle [1..*] 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:UserLayer> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> <sld:RemoteOWS> <sld:Service>WFS</sld:Service> <sld:OnlineResource/> </sld:RemoteOWS> <sld:LayerFeatureConstraints> <sld:FeatureTypeConstraint> <sld:FeatureTypeName>string</sld:FeatureTypeName> <ogc:Filter>... </ogc:Filter> <sld:Extent>... </sld:Extent> </sld:FeatureTypeConstraint> </sld:LayerFeatureConstraints> <sld:UserStyle> <sld:Name>string</sld:Name> <sld:Description> <sld:Title>string</sld:Title> <sld:Abstract>string</sld:Abstract> </sld:Description> <sld:IsDefault>true</sld:IsDefault> <sld:FeatureStyle> <sld:Name>string</sld:Name> <sld:Description>... </sld:Description> <sld:FeatureTypeName>string</sld:FeatureTypeName> <sld:SemanticTypeIdentifier>string</sld:SemanticTypeIdentifier> <sld:Rule>... </sld:Rule> </sld:FeatureStyle> </sld:UserStyle> </sld:UserLayer>