[]
Defines a vector-based layer of map elements to be drawn within a map
public abstract class MapVectorLayer : MapLayer
Name | Description |
---|---|
MapVectorLayer() | Initializes a new instance of the MapVectorLayer class. |
Name | Description |
---|---|
DefaultDataElementOutput | The default value of the DataElementOutput property. |
Name | Description |
---|---|
DataElementName | The name to use for the data element/attribute for this value. Must be a CLS-compliant identifier. |
DataElementOutput | Gets or sets whether the item should appear in a data rendering. That evaluates to one of DataElementOutput. The default value is Output. |
Elements | Gets the elements. |
MapBindingFieldPairs | Gets the set of field/expression pairs for binding the map elements within a layer to the data region. Mandatory if MapDataRegionName is defined and MapSpatialData is not MapSpatialDataRegion; ignored otherwise. |
MapDataRegionName | Gets or sets which data region to use as the source. Mandatory if MapSpatialData is MapSpatialDataRegion. |
MapFieldDefinitions | Gets the set of field definitions for the embedded map elements (for example, MapPolygons, MapLines, MapPoints). Ignored if the embedded map elements are not defined. |
MapSpatialData | Gets or sets the spatial data source for the layer. Ignored if the embedded map elements are defined. |