Represents a collection of map chart layers in the order back to front.
That is, the layer at index 0 is the rearmost layer.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Application.Visuals.Maps.MapChartLayerCollection
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(14, 0)] public sealed class MapChartLayerCollection : DocumentNode, IEnumerable<MapChartLayer>, IEnumerable
The MapChartLayerCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | Count |
Gets the number of layers contained in this instance.
|
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | Item |
Gets the layer at the specified index.
|
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
Name | Description | |
---|---|---|
![]() | AddNewFeatureLayer(String, FeatureLayerVisualization) |
Adds a new layer to this collection, using the specified file.
|
![]() | AddNewFeatureLayer(DataTable, FeatureLayerVisualization) |
Adds a new MapChartDataLayer to this collection.
|
![]() | AddNewImageLayer(Stream) |
Adds a new image layer to this collection, using the specified stream.
|
![]() | AddNewImageLayer(String) |
Adds a new image layer to this collection, using the specified file.
|
![]() | AddNewMarkerLayer |
Adds a new MapChartDataLayer to this collection.
|
![]() | AddNewStandardTileLayer |
Adds a new standard tile layer.
|
![]() | AddNewTmsLayer |
Adds a new TMS layer.
|
![]() | AddNewWmsLayer |
Adds a new WMS layer.
|
![]() | Clear |
Removes all items from this instance.
|
![]() | ForEachNodeInSubTree<TNode> |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item.
|
![]() | Move |
Moves the item at the specified index to a new location in the collection.
|
![]() | Remove |
Removes the first occurrence of the specified layer from this instance.
|
![]() | RemoveAt |
Removes the item at the specified index.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also