Tiled map layer using the standard web map service.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.MapsMapChartLayer
Spotfire.Dxp.Application.Visuals.MapsTileLayer
Spotfire.Dxp.Application.Visuals.MapsTmsLayer
Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(70, 0)] public sealed class TmsLayer : TileLayer
The TmsLayer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| CopyrightInfoItems |
Gets the list of copyright information items for this layer.
| |
| CopyrightLink | Obsolete.
Gets or sets the TMS layer copyright link.
| |
| CopyrightText | Obsolete.
Gets or sets the TMS layer copyright text.
| |
| Enabled |
Gets or sets a value indicating whether this MapChartLayer is enabled.
(Inherited from MapChartLayer.) | |
| IncludeInAutoZoom | Gets or sets a value indicating whether this layer's extent should be taken into account when auto-zooming.
(Inherited from MapChartLayer.) | |
| IncludeInResetViewExtent | Gets or sets a value indicating whether this layer's extent should be taken into account when resetting view extent.
(Inherited from TileLayer.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Projection |
Gets or sets the projection for this layer, or None if using non-geographical data.
(Inherited from MapChartLayer.) | |
| SupportsTransparency |
Gets a value indicating whether the layer supports transparency or not.
(Inherited from TileLayer.) | |
| Title | Gets or sets the title for this layer. (Inherited from MapChartLayer.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| Transparency |
Gets or sets the transparency.
(Inherited from MapChartLayer.) | |
| UrlTemplate |
Gets or sets the TMS layer URL template. Should have {x}, {y} and {z} in its path.
| |
| VisibleZoomLevelRange |
Gets or sets the zoom level range where this MapChartLayer is visible.
Use Unlimited for unlimited zoom level range.
(Inherited from MapChartLayer.) |
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also