Class LayeredSymbolizer

LayeredSymbolizer class

A symbolizer that renders several other symbolizers.

public class LayeredSymbolizer : VectorSymbolizer, IReadOnlyList<VectorSymbolizer>

Constructors

NameDescription
LayeredSymbolizer()Creates new instance.
LayeredSymbolizer(RenderingOrder)Creates new instance.

Properties

NameDescription
Count { get; }Gets the number of symbolizers.
Item { get; }Gets the symbolizer at the specified index .
RenderingOrder { get; set; }Determines the rendering order. ByFeatures - render all symbolizers for the feature, then proceed to the next feature. ByLayers - render all features with the symbolizer, then proceed to the next symbolizer.

Methods

NameDescription
Add(VectorSymbolizer)Adds the specified symbolizer.
GetEnumerator()Returns an enumerator that iterates through the collection.

See Also