Class LayeredSymbolizer
Contents
[
Hide
]LayeredSymbolizer class
A symbolizer that renders several other symbolizers.
public class LayeredSymbolizer : VectorSymbolizer, IReadOnlyList<VectorSymbolizer>
Constructors
Name | Description |
---|---|
LayeredSymbolizer() | Creates new instance. |
LayeredSymbolizer(RenderingOrder) | Creates new instance. |
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
- class VectorSymbolizer
- namespace Aspose.Gis.Rendering.Symbolizers
- assembly Aspose.GIS