The WmsLayer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CacheImages |
Gets or sets a value indicating whether images should be cached in the browser cache.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| Enabled |
Gets or sets a value indicating whether this MapChartLayer is enabled.
(Inherited from MapChartLayer.) | |
| Extent |
Gets the extent.
(Overrides MapChartLayerExtent.) | |
| 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.
(Overrides MapChartLayerIncludeInResetViewExtent.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Legend | Gets the legend object for this layer.
| |
| LegendStyleImagesItem | Gets the legend item for this layer visualization.
| |
| LegendTitleItem | Gets the legend title item for this layer visualization.
| |
| Projection |
Gets or sets the projection for this layer, or None if using non-geographical data.
(Inherited from MapChartLayer.) | |
| ServiceBaseUri |
Gets or sets the base URI of the WMS.
| |
| ShowWarnings |
Gets or sets a value indicating whether warnings for projection mismatch and missing tiles should be shown.
| |
| StoreCredentials |
Gets or sets a value indicating whether credentials for the layer are stored in the dxp file
| |
| Sublayers |
Gets the sublayers.
| |
| SupportsTransparency |
Gets a value indicating whether the layer supports transparency or not.
(Overrides MapChartLayerSupportsTransparency.) | |
| TiledRendering |
Gets or sets a value indicating whether a tiled schema should be used when rendering.
| |
| 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.) | |
| UseCredentials |
Gets or sets a value indicating whether credentials are used for WMS layer. When false it might be because the authentication method currently used is OAuth.
| |
| VisibleZoomLevelRange |
Gets or sets the zoom level range where this MapChartLayer is visible.
Use Unlimited for unlimited zoom level range.
(Inherited from MapChartLayer.) |
See Also