Class VectorMapLayer
VectorMapLayer class
A layer inside Map that represents a vector layer data.
public class VectorMapLayer : MapLayer
Constructors
| Name | Description |
|---|
| VectorMapLayer(FeaturesSequence) | Creates new instance with default symbolizer. |
| VectorMapLayer(FeaturesSequence, VectorSymbolizer) | Creates new instance with default symbolizer. |
| VectorMapLayer(VectorLayer, bool) | Creates new instance with default symbolizer. |
| VectorMapLayer(VectorLayer, VectorSymbolizer, bool) | Creates new instance. |
| VectorMapLayer(FeaturesSequence, VectorSymbolizer, Labeling, SpatialReferenceSystem) | Creates new instance with default symbolizer. |
| VectorMapLayer(VectorLayer, VectorSymbolizer, Labeling, bool) | Creates new instance. |
| VectorMapLayer(VectorLayer, VectorSymbolizer, Labeling, SpatialReferenceSystem, bool) | Creates new instance. |
Properties
| Name | Description |
|---|
| FeaturesSequence { get; } | The features sequence represented by this VectorMapLayer. |
| Labeling { get; set; } | Specifies warp options of the map layer. |
| Opacity { get; set; } | Opacity of the layer. |
| Symbolizer { get; set; } | Symbolizer to use to render features of the layer. |
Methods
| Name | Description |
|---|
| override Dispose() | Disposes resources. |
| ImportSld(AbstractPath, SldImportOptions) | Imports style from Styled Layer Descriptor file located at the specified path. |
| ImportSld(string, SldImportOptions) | Imports style from Styled Layer Descriptor file located at the specified path. |
| ImportSldFromString(string, SldImportOptions) | Imports style from the specified Styled Layer Descriptor string. |
See Also