Class LayeredSymbolizer
LayeredSymbolizer class
A symbolizer that renders several other symbolizers.
public class LayeredSymbolizer : VectorSymbolizer, IReadOnlyList<VectorSymbolizer>
Constructors
Properties
Name | Description |
---|
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
Name | Description |
---|
Add(VectorSymbolizer) | Adds the specified symbolizer. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
See Also